EntityQueryTEntityForBusinessTime Method |
Specifies a temporal table predicate on source for the Business Time.
Namespace:
SD.LLBLGen.Pro.QuerySpec
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax public EntityQuery<TEntity> ForBusinessTime(
string predicate,
DateTime argument1 = null,
DateTime argument2 = null
)
Public Function ForBusinessTime (
predicate As String,
Optional argument1 As DateTime = Nothing,
Optional argument2 As DateTime = Nothing
) As EntityQuery(Of TEntity)
Parameters
- predicate
- Type: SystemString
The predicate. - argument1 (Optional)
- Type: SystemDateTime
The argument1. Optional - argument2 (Optional)
- Type: SystemDateTime
The argument2. Optional
Return Value
Type:
EntityQueryTEntitySee Also