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