Click or drag to resize

DataAccessAdapterCore.CreateUpdateDQ Method (IEntity2,IFieldPersistenceInfo[], List<IPredicate>)

Creates a new Update DQ for the entity passed in.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax
protected virtual IActionQuery CreateUpdateDQ(
	IEntity2 entityToSave,
	IFieldPersistenceInfo[] persistenceInfoObjects,
	List<IPredicate> pkFilters
)

Parameters

entityToSave
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntity2
the entity to create the Update query for
persistenceInfoObjects
Type:SD.LLBLGen.Pro.ORMSupportClasses.IFieldPersistenceInfo[]
persistence objects for the entity
pkFilters
Type: System.Collections.Generic.List<IPredicate>
List, with for each entity (from root to leaf) the PK filter for that entity.

Return Value

Type: IActionQuery
a fully usable IActionQuery object
See Also