EasyObjects.NET Programmers Reference

DynamicQuery.Update Method

Execute the Update query. The default conjunction between the WHERE parameters is "AND".

Overload List

Execute the Update query. The default conjunction between the WHERE parameters is "AND".

public void Update();

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);

See Also

DynamicQuery Class | NCI.EasyObjects Namespace