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