Deveel.Data.SystemContextExtensions.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 ISystemContext context)
        {
            return context.Configuration.GetBoolean("system.ignoreIdCase", true);
        }