EasyObjects.NET Programmers Reference

DynamicQuery.BuildInsertQuery Method 

When implemented by a class, builds a provider-specific SQL INSERT query.

protected abstract void BuildInsertQuery(
   DBCommandWrapper dbCommandWrapper,
   string conjunction
);

Parameters

dbCommandWrapper
A command wrapper from the Enterprise Library
conjunction
The conjunction to use between parameters in the WHERE clause

See Also

DynamicQuery Class | NCI.EasyObjects Namespace