EasyObjects.NET Programmers Reference

DynamicQuery.Update Method (String)

Execute the Update query without affecting the Business Entity. You can pass in the conjunction that will be used between the WHERE parameters, either "AND" or "OR". "AND" is the default.

public void Update(
   string conjunction
);

Parameters

conjunction
The conjunction to use between WHERE parameters

Remarks

Executing an the UPDATE query has no effect on the records loaded in the Business Entity.

See Also

DynamicQuery Class | NCI.EasyObjects Namespace | DynamicQuery.Update Overload List