Click or drag to resize

HintableElementExpression.AddTemporalTablePredicate 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.4.0.0 (5.4.0)
Syntax
public void AddTemporalTablePredicate(
	TemporalTablePredicateType predicateType,
	string predicate,
	DateTime argument1,
	DateTime argument2
)

Parameters

predicateType
Type: SD.LLBLGen.Pro.ORMSupportClasses.TemporalTablePredicateType
Type of the predicate.
predicate
Type: System.String
The predicate.
argument1
Type: System.DateTime
The argument1. If equal to MinValue, it's ignored
argument2
Type: System.DateTime
The argument2. If equal to MinValue, it's ignored
See Also