ComplexPathEdgeParserTSource, TDestinationForBusinessTime Method  | 
 
            Specifies a temporal table predicate for the System Time on the target of the prefetch path node. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses.PrefetchPathAPI
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic IPathEdgeParser<TSource, TDestination> 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 IPathEdgeParser(Of TSource, TDestination)
Parameters
- predicate
 - Type: SystemString
The predicate. - argument1 (Optional)
 - Type: SystemDateTime
The argument1. Optional - argument2 (Optional)
 - Type: SystemDateTime
The argument2. Optional 
Return Value
Type: 
IPathEdgeParserTSource, 
TDestinationImplements
IPathEdgeParserTSource, TDestinationForBusinessTime(String, DateTime, DateTime)
See Also