Click or drag to resize
DynamicQueryTForSystemTime Method
Specifies a temporal table predicate on source for the System Time.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public DynamicQuery<T> ForSystemTime(
	string predicate,
	DateTime argument1 = null,
	DateTime argument2 = null
)

Parameters

predicate
Type: SystemString
The predicate.
argument1 (Optional)
Type: SystemDateTime
The argument1. Optional
argument2 (Optional)
Type: SystemDateTime
The argument2. Optional

Return Value

Type: DynamicQueryT
See Also