EasyObjects.NET Programmers Reference

DynamicQuery.Insert Method

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

Overload List

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

See Also

DynamicQuery Class | NCI.EasyObjects Namespace