This commit is contained in:
sunkaixuan
2017-05-26 12:52:06 +08:00
parent 800d9618e8
commit 255b61fc5b

View File

@@ -18,6 +18,5 @@ namespace SqlSugar
IInsertable<T> IgnoreColumns(Func<string,bool> ignoreColumMethod); IInsertable<T> IgnoreColumns(Func<string,bool> ignoreColumMethod);
IInsertable<T> Where(bool isInsertNull, bool isOffIdentity = false); IInsertable<T> Where(bool isInsertNull, bool isOffIdentity = false);
KeyValuePair<string, List<SugarParameter>> ToSql(); KeyValuePair<string, List<SugarParameter>> ToSql();
EntityInfo EntityInfo { get; set; }
} }
} }