Browse Source

-

pull/12/MERGE
sunkaixuan 8 years ago
parent
commit
255b61fc5b
  1. 1
      SqlSugar/Interface/Insertable.cs

1
SqlSugar/Interface/Insertable.cs

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

Loading…
Cancel
Save