mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-26 21:38:32 +08:00
Add Obsolete
This commit is contained in:
@@ -31,6 +31,7 @@ namespace SqlSugar
|
|||||||
public InitKeyType InitKeyType = InitKeyType.Attribute;
|
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
|
||||||
|
[Obsolete("use SqlSugar.Ioc")]
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool IsShardSameThread { get; set; }
|
public bool IsShardSameThread { get; set; }
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user