Deveel.Data.Sql.Statements.DropViewStatement.ConfigureSecurity C# (CSharp) Méthode

ConfigureSecurity() protected méthode

protected ConfigureSecurity ( ExecutionContext context ) : void
context ExecutionContext
Résultat void
        protected override void ConfigureSecurity(ExecutionContext context)
        {
            context.Assertions.AddDrop(ViewName, DbObjectType.View);
        }