Deveel.Data.Sql.Statements.DropFunctionStatement.DropFunctionStatement C# (CSharp) Метод

DropFunctionStatement() публичный Метод

public DropFunctionStatement ( ObjectName functionName ) : System
functionName ObjectName
Результат System
        public DropFunctionStatement(ObjectName functionName)
            : this(functionName, false)
        {
        }

Same methods

DropFunctionStatement::DropFunctionStatement ( ObjectName functionName, bool ifExists ) : System