diff --git a/Src/Asp.Net/SqlSugar/Entities/ConnectionConfig.cs b/Src/Asp.Net/SqlSugar/Entities/ConnectionConfig.cs index c34910cd7..e5e06b83f 100644 --- a/Src/Asp.Net/SqlSugar/Entities/ConnectionConfig.cs +++ b/Src/Asp.Net/SqlSugar/Entities/ConnectionConfig.cs @@ -26,9 +26,9 @@ namespace SqlSugar /// public bool IsAutoCloseConnection { get; set; } /// - /// Default SystemTable,If you do not have system table permissions, use attribute + /// Default Attribute /// - public InitKeyType InitKeyType = InitKeyType.SystemTable; + public InitKeyType InitKeyType = InitKeyType.Attribute; /// ///If true, there is only one connection instance in the same thread within the same connection string ///