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

IgnoreIdentifiersCase() public static method

public static IgnoreIdentifiersCase ( this context ) : bool
context this
return bool
        public static bool IgnoreIdentifiersCase(this IQueryContext context)
        {
            return context.SessionContext.TransactionContext.IgnoreIdentifiersCase();
        }

Same methods

QueryContextExtensions::IgnoreIdentifiersCase ( this context, bool value ) : void