Deveel.Data.DatabaseContextExtensions.IgnoreIdentifiersCase C# (CSharp) Méthode

IgnoreIdentifiersCase() public static méthode

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