Click or drag to resize
ActionQueueElementTEntity Constructor
Initializes a new instance of the class.

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
public ActionQueueElement(
	TEntity entity,
	IPredicateExpression additionalUpdateFilter,
	bool refetchAfterAction
)

Parameters

entity
Type: TEntity
Entity.
additionalUpdateFilter
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicateExpression
Additional update filter.
refetchAfterAction
Type: SystemBoolean
if [refetch after action]; otherwise, .
See Also