|
|
@ -15,7 +15,7 @@ namespace SqlSugar |
|
|
|
IInsertable<T> InsertColumns(Expression<Func<T, object>> columns); |
|
|
|
IInsertable<T> IgnoreColumns(Expression<Func<T, object>> columns); |
|
|
|
IInsertable<T> IgnoreColumns(Func<string,bool> ignoreColumMethod); |
|
|
|
IInsertable<T> Where(bool isInsertNull); |
|
|
|
IInsertable<T> Where(bool isInsertNull, bool isOffIdentity = false); |
|
|
|
KeyValuePair<string, List<SugarParameter>> ToSql(); |
|
|
|
EntityInfo EntityInfo { get; set; } |
|
|
|
} |
|
|
|