Deveel.Data.SessionExtensions.IgnoreIdentifiersCase C# (CSharp) 메소드

IgnoreIdentifiersCase() 공개 정적인 메소드

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

Same methods

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