EasyObjects.NET Programmers Reference

DynamicQuery.GetUpdateCommandWrapper Method (String)

Builds the inline SQL command for a UPDATE

public DBCommandWrapper GetUpdateCommandWrapper(
   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.GetUpdateCommandWrapper Overload List | WhereParameter | DBCommandWrapper