Add Obsolete

This commit is contained in:
sunkaixuna
2021-05-15 22:53:03 +08:00
parent 9b368e5b79
commit ad4704fc7b

View File

@@ -31,6 +31,7 @@ namespace SqlSugar
public InitKeyType InitKeyType = InitKeyType.Attribute;
/// <summary>
///If true, there is only one connection instance in the same thread within the same connection string
[Obsolete("use SqlSugar.Ioc")]
/// </summary>
public bool IsShardSameThread { get; set; }
/// <summary>