mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 18:48:09 +08:00
Synchronization code
This commit is contained in:
@@ -1244,7 +1244,11 @@ namespace SqlSugar
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
public ISugarQueryable<T> SplitTable()
|
||||
{
|
||||
//all table
|
||||
return this.SplitTable(tag => tag);
|
||||
}
|
||||
public ISugarQueryable<T> SplitTable(DateTime beginTime, DateTime endTime)
|
||||
{
|
||||
var splitColumn = this.EntityInfo.Columns.FirstOrDefault(it => it.PropertyInfo.GetCustomAttribute<SplitFieldAttribute>() != null);
|
||||
|
Reference in New Issue
Block a user