|
@ -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>
|
|
|