PathEdgeNodeGetPathEdgeGenericT Method  | 
 
            Gets the path edge.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ODataSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxpublic IPathEdge GetPathEdgeGeneric<T>()
where T : class, IEntityCore
Public Function GetPathEdgeGeneric(Of T As {Class, IEntityCore}) As IPathEdgeType Parameters
- T
 
Return Value
Type: 
IPathEdge
See Also