Click or drag to resize

DynamicQueryEngine.CreateSingleTargetDeleteDQ Method (IFieldPersistenceInfo[], IActionQuery, IPredicate)

Creates a new Delete Query object which is ready to use.

Namespace:  SD.LLBLGen.Pro.DQE.SqlServer
Assembly:  SD.LLBLGen.Pro.DQE.SqlServer (in SD.LLBLGen.Pro.DQE.SqlServer.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
protected override void CreateSingleTargetDeleteDQ(
	IFieldPersistenceInfo[] fieldsPersistenceInfo,
	IActionQuery query,
	IPredicate deleteFilter
)

Parameters

fieldsPersistenceInfo
Type:SD.LLBLGen.Pro.ORMSupportClasses.IFieldPersistenceInfo[]
Array of IFieldPersistenceInfo objects to use to build the delete query
query
Type: SD.LLBLGen.Pro.ORMSupportClasses.IActionQuery
The query object to fill.
deleteFilter
Type: SD.LLBLGen.Pro.ORMSupportClasses.IPredicate
A complete IPredicate implementing object which contains the filter for the rows to delete
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen persistenceInfo is null
Remarks
Generic version
See Also