mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-31 15:56:25 +08:00
-
This commit is contained in:
parent
9ddeed5752
commit
b80bd00b06
@ -47,7 +47,7 @@ namespace SqlSugar
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Core
|
||||
#region Core Logic
|
||||
private void Execute(Type entityType)
|
||||
{
|
||||
var entityInfo = this.Context.EntityProvider.GetEntityInfo(entityType);
|
||||
@ -92,7 +92,7 @@ namespace SqlSugar
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Private methods
|
||||
#region Helper methods
|
||||
public string GetCreateTableString(EntityInfo entityInfo)
|
||||
{
|
||||
StringBuilder result = new StringBuilder();
|
||||
|
Loading…
Reference in New Issue
Block a user