| DynamicQueryEngineCreateSingleTargetInsertDQ Method  | 
            Creates a new Insert Query object which is ready to use.
            
 
Namespace: SD.LLBLGen.Pro.DQE.SqlServerAssembly: SD.LLBLGen.Pro.DQE.SqlServer (in SD.LLBLGen.Pro.DQE.SqlServer.dll) Version: 5.0.0.0 (5.0.0)
Syntax
Exceptions| Exception | Condition | 
|---|
| ArgumentNullException | When fields is null or fieldsPersistenceInfo is null | 
| ArgumentException | When fields contains no EntityFieldCore instances or fieldsPersistenceInfo is empty. | 
| ORMQueryConstructionException | When there are no fields to insert in the fields list. This exception is to prevent
            INSERT INTO table () VALUES () style queries. | 
RemarksGeneric version.
See Also