Click or drag to resize

GeneralUtils.CreateTemporalTablePredicateFED 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.5.0.0 (5.5.18.1019)
Syntax
public static FromClauseElementDirective CreateTemporalTablePredicateFED(
	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.
argument2
Type: System.DateTime
The argument2.

Return Value

Type: FromClauseElementDirective
ready to add FromClauseElementDirective
See Also