using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace SqlSugar { /// /// Used for debugging errors or BUG,Used for debugging, which has an impact on Performance /// public class SugarDebugger { /// /// If you use the same Db object across threads, you will be prompted /// public bool EnableThreadSecurityValidation { get; set; } } }