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.4.0.0 (5.4.0)
Syntaxpublic void AddTemporalTablePredicate(
	TemporalTablePredicateType predicateType,
	string predicate,
	DateTime argument1,
	DateTime argument2
)
Public Sub AddTemporalTablePredicate ( 
	predicateType As TemporalTablePredicateType,
	predicate As String,
	argument1 As DateTime,
	argument2 As DateTime
)
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