EasyObjects.NET Programmers Reference

DynamicQuery.GetDeleteCommandWrapper Method (String)

Builds the inline SQL command for a DELETE

public DBCommandWrapper GetDeleteCommandWrapper(
   string conjunction
);

Parameters

conjunction
The conjunction to use between s

Return Value

A populated with the inline SQL and parameters

See Also

DynamicQuery Class | NCI.EasyObjects Namespace | DynamicQuery.GetDeleteCommandWrapper Overload List | WhereParameter | DBCommandWrapper