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

IgnoreIdentifiersCase() public static method

public static IgnoreIdentifiersCase ( this context ) : bool
context this
return bool
        public static bool IgnoreIdentifiersCase(this IDatabaseContext context)
        {
            return context.SystemContext.IgnoreIdentifiersCase();
        }