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

IgnoreIdentifiersCase() public static method

public static IgnoreIdentifiersCase ( this session ) : bool
session this
return bool
        public static bool IgnoreIdentifiersCase(this ISession session)
        {
            return session.Transaction.IgnoreIdentifiersCase();
        }

Same methods

SessionExtensions::IgnoreIdentifiersCase ( this session, bool value ) : void