Deveel.Data.SystemContextExtensions.ReadOnly C# (CSharp) Méthode

ReadOnly() public static méthode

public static ReadOnly ( this context ) : bool
context this
Résultat bool
        public static bool ReadOnly(this ISystemContext context)
        {
            return context.Configuration.GetBoolean("system.readOnly", false);
        }