Click or drag to resize
DataAccessAdapterCoreCreateInsertDQ Method
Creates a new insert DQ for the entity passed in.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual IActionQuery CreateInsertDQ(
	IEntity2 entityToSave,
	IFieldPersistenceInfo[] persistenceInfoObjects
)

Parameters

entityToSave
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity2
the entity to create the Insert query for
persistenceInfoObjects
Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldPersistenceInfo
persistence objects for the entity

Return Value

Type: IActionQuery
a fully usable IActionQuery object
See Also