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.4.0.0 (5.4.0)
Syntax public ActionQueueElement(
TEntity entity,
IPredicateExpression additionalUpdateFilter,
bool refetchAfterAction
)
Public Sub New (
entity As TEntity,
additionalUpdateFilter As IPredicateExpression,
refetchAfterAction As Boolean
)
Parameters
- entity
- Type: TEntity
Entity. - additionalUpdateFilter
- Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicateExpression
Additional update filter. - refetchAfterAction
- Type: SystemBoolean
if [refetch after action]; otherwise, .
See Also