EasyObjects.NET Programmers Reference

DynamicQuery.Insert Method (String)

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

Parameters

conjunction
The conjunction to use between WHERE parameters

Remarks

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

See Also

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