Deveel.Data.SystemContextExtensions.IgnoreIdentifiersCase C# (CSharp) Method

IgnoreIdentifiersCase() public static method

public static IgnoreIdentifiersCase ( this context ) : bool
context this
return bool
        public static bool IgnoreIdentifiersCase(this ISystemContext context)
        {
            return context.Configuration.GetBoolean("system.ignoreIdCase", true);
        }