DynamicQueryEngineBaseCreateInsertDQ Method (IEntityFields, DbConnection) | 
 
            Creates a new Insert Query object which is ready to use. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic IActionQuery CreateInsertDQ(
	IEntityFields fields,
	DbConnection connectionToUse
)
Public Function CreateInsertDQ ( 
	fields As IEntityFields,
	connectionToUse As DbConnection
) As IActionQuery
Parameters
- fields
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFields
EntityFields object to use to build the insert query - connectionToUse
 - Type: System.Data.CommonDbConnection
The connection to use for the query 
Return Value
Type: 
IActionQueryIActionQuery Instance which is ready to be used.
Exceptions
RemarksSelf servicing specific
See Also