GeneralUtilsCreateTemporalTablePredicateFED Method  | 
 
            Creates the temporal table predicate from clause directive (FED) from the input elements specified
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic static FromClauseElementDirective CreateTemporalTablePredicateFED(
	TemporalTablePredicateType predicateType,
	string predicate,
	DateTime argument1,
	DateTime argument2
)
Public Shared Function CreateTemporalTablePredicateFED ( 
	predicateType As TemporalTablePredicateType,
	predicate As String,
	argument1 As DateTime,
	argument2 As DateTime
) As FromClauseElementDirective
Parameters
- predicateType
 - Type: SD.LLBLGen.Pro.ORMSupportClassesTemporalTablePredicateType
Type of the predicate. - predicate
 - Type: SystemString
The predicate. - argument1
 - Type: SystemDateTime
The argument1. - argument2
 - Type: SystemDateTime
The argument2. 
Return Value
Type: 
FromClauseElementDirectiveready to add FromClauseElementDirective
See Also