update default Initkey

This commit is contained in:
skx
2021-01-03 11:26:04 +08:00
parent f944d339e9
commit 87e7bce7af

View File

@@ -26,9 +26,9 @@ namespace SqlSugar
/// </summary>
public bool IsAutoCloseConnection { get; set; }
/// <summary>
/// Default SystemTable,If you do not have system table permissions, use attribute
/// Default Attribute
/// </summary>
public InitKeyType InitKeyType = InitKeyType.SystemTable;
public InitKeyType InitKeyType = InitKeyType.Attribute;
/// <summary>
///If true, there is only one connection instance in the same thread within the same connection string
/// </summary>