Deveel.Data.Sql.Statements.DeleteStatement.Prepared.Prepared C# (CSharp) Method

Prepared() public method

public Prepared ( ObjectName tableName, IQueryPlanNode queryPlan ) : System
tableName ObjectName
queryPlan IQueryPlanNode
return System
            public Prepared(ObjectName tableName, IQueryPlanNode queryPlan)
            {
                TableName = tableName;
                QueryPlan = queryPlan;
            }

Same methods

DeleteStatement.Prepared::Prepared ( SerializationInfo info, StreamingContext context ) : System