mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-22 21:01:59 +08:00
Remove Code
This commit is contained in:
@@ -28,10 +28,6 @@ namespace SqlSugar
|
|||||||
#region Public methods
|
#region Public methods
|
||||||
public SplitCodeFirstProvider SplitTables()
|
public SplitCodeFirstProvider SplitTables()
|
||||||
{
|
{
|
||||||
if (StaticConfig.SplitTableCreateTableFunc != null)
|
|
||||||
{
|
|
||||||
StaticConfig.SplitTableCreateTableFunc();
|
|
||||||
}
|
|
||||||
var result = new SplitCodeFirstProvider();
|
var result = new SplitCodeFirstProvider();
|
||||||
result.Context = this.Context;
|
result.Context = this.Context;
|
||||||
result.DefaultLength = this.DefultLength;
|
result.DefaultLength = this.DefultLength;
|
||||||
|
|||||||
Reference in New Issue
Block a user