This commit is contained in:
sunkaixuan
2017-05-29 16:49:07 +08:00
parent eb3e86a4ee
commit 641bdf83c1

View File

@@ -25,7 +25,7 @@ namespace OrmTest.Demo
//Remove mapping
db.MappingTables.Clear();
Create class with default value
//Create class with default value
db.DbFirst.IsCreateDefaultValue().CreateClassFile("c:\\Demo\\4","Demo.Models");
}
}