Click or drag to resize
DataAccessAdapterCoreCreateUpdateDQ Method (IEntity2, IFieldPersistenceInfo, ListIPredicate)
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.3.0.0 (5.3.0)
Syntax
protected virtual IActionQuery CreateUpdateDQ(
	IEntity2 entityToSave,
	IFieldPersistenceInfo[] persistenceInfoObjects,
	List<IPredicate> pkFilters
)

Parameters

entityToSave
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity2
the entity to create the Update query for
persistenceInfoObjects
Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldPersistenceInfo
persistence objects for the entity
pkFilters
Type: System.Collections.GenericListIPredicate
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