mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 04:23:47 +08:00
-
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user