DynamicQueryEngineCreateSingleTargetInsertDQ Method  | 
 
            Creates a new Insert Query object which is ready to use.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DQE.Access
    Assembly:
   SD.LLBLGen.Pro.DQE.Access (in SD.LLBLGen.Pro.DQE.Access.dll) Version: 5.12.0.0 (5.12.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