Click or drag to resize
HintableElementExpressionAddTemporalTablePredicate Method
Adds the temporal table predicate specified

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void AddTemporalTablePredicate(
	TemporalTablePredicateType predicateType,
	string predicate,
	DateTime argument1,
	DateTime argument2
)

Parameters

predicateType
Type: SD.LLBLGen.Pro.ORMSupportClassesTemporalTablePredicateType
Type of the predicate.
predicate
Type: SystemString
The predicate.
argument1
Type: SystemDateTime
The argument1. If equal to MinValue, it's ignored
argument2
Type: SystemDateTime
The argument2. If equal to MinValue, it's ignored
See Also