Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public static FromClauseElementDirective CreateTemporalTablePredicateFED(
	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.
argument2
Type: SystemDateTime
The argument2.

Return Value

Type: FromClauseElementDirective
ready to add FromClauseElementDirective
See Also