DataAccessAdapterCoreCreateDeleteDQ Method (IFieldPersistenceInfo, ListIPredicate) |
Creates a new Delete 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.1.0.0 (5.1.0)
Syntax protected virtual IActionQuery CreateDeleteDQ(
IFieldPersistenceInfo[] fieldsPersistenceInfo,
List<IPredicate> pkFilters
)
Protected Overridable Function CreateDeleteDQ (
fieldsPersistenceInfo As IFieldPersistenceInfo(),
pkFilters As List(Of IPredicate)
) As IActionQuery
Parameters
- fieldsPersistenceInfo
- Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldPersistenceInfo
Array of IFieldPersistenceInfo objects to use to build the delete query - pkFilters
- Type: System.Collections.GenericListIPredicate
List, with for each entity (from root to leaf) the PK filter for that entity.
Return Value
Type:
IActionQueryIActionQuery instance which is ready to be used.
Exceptions Remarks Generic version
See Also