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.4.0.0 (5.4.0)
Syntax protected virtual IActionQuery CreateUpdateDQ(
IEntity2 entityToSave,
IFieldPersistenceInfo[] persistenceInfoObjects,
List<IPredicate> pkFilters
)
Protected Overridable Function CreateUpdateDQ (
entityToSave As IEntity2,
persistenceInfoObjects As IFieldPersistenceInfo(),
pkFilters As List(Of IPredicate)
) As IActionQuery
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:
IActionQuerya fully usable IActionQuery object
See Also