Execute the Update query. The default conjunction between the WHERE parameters is "AND".
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);
DynamicQuery Class | NCI.EasyObjects Namespace