Deveel.Data.Sql.Statements.DropViewStatement.ConfigureSecurity C# (CSharp) 메소드

ConfigureSecurity() 보호된 메소드

protected ConfigureSecurity ( ExecutionContext context ) : void
context ExecutionContext
리턴 void
        protected override void ConfigureSecurity(ExecutionContext context)
        {
            context.Assertions.AddDrop(ViewName, DbObjectType.View);
        }