DynamicQuery<T>.ForSystemTime 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.2.0.0 (5.2.17.0403)
Syntaxpublic DynamicQuery<T> ForSystemTime(
string predicate,
DateTime argument1 = null,
DateTime argument2 = null
)
Public Function ForSystemTime (
predicate As String,
Optional argument1 As DateTime = Nothing,
Optional argument2 As DateTime = Nothing
) As DynamicQuery(Of T)
Parameters
- predicate
- Type: System.String
The predicate. - argument1 (Optional)
- Type: System.DateTime
The argument1. Optional - argument2 (Optional)
- Type: System.DateTime
The argument2. Optional
Return Value
Type:
DynamicQuery<T>
See Also