Deveel.Data.SystemContextExtensions.ReadOnly C# (CSharp) Method

ReadOnly() public static method

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