mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
update default Initkey
This commit is contained in:
@@ -26,9 +26,9 @@ namespace SqlSugar
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public bool IsAutoCloseConnection { get; set; }
|
public bool IsAutoCloseConnection { get; set; }
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Default SystemTable,If you do not have system table permissions, use attribute
|
/// Default Attribute
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public InitKeyType InitKeyType = InitKeyType.SystemTable;
|
public InitKeyType InitKeyType = InitKeyType.Attribute;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///If true, there is only one connection instance in the same thread within the same connection string
|
///If true, there is only one connection instance in the same thread within the same connection string
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Reference in New Issue
Block a user