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

IgnoreIdentifiersCase() 공개 정적인 메소드

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