mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 23:13:42 +08:00
Remove Code
This commit is contained in:
parent
02c4aab511
commit
1d62b17a50
@ -28,10 +28,6 @@ namespace SqlSugar
|
||||
#region Public methods
|
||||
public SplitCodeFirstProvider SplitTables()
|
||||
{
|
||||
if (StaticConfig.SplitTableCreateTableFunc != null)
|
||||
{
|
||||
StaticConfig.SplitTableCreateTableFunc();
|
||||
}
|
||||
var result = new SplitCodeFirstProvider();
|
||||
result.Context = this.Context;
|
||||
result.DefaultLength = this.DefultLength;
|
||||
|
Loading…
Reference in New Issue
Block a user