Update Sqlite

This commit is contained in:
sunkaixuan
2017-07-09 21:11:32 +08:00
parent c8721af0a8
commit 67075c401a
6 changed files with 60 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ namespace OrmTest.PerformanceTesting
SqlSugarClient db = new SqlSugarClient(new ConnectionConfig()
{
ConnectionString = Config.ConnectionString,
DbType = DbType.SqlServer,
DbType = DbType.Sqlite,
IsAutoCloseConnection = false
});
db.IgnoreColumns.Add("TestId", "Student");