Share via


CastPathSegment.GetEdmType Method (IEdmType)

 

Gets the EDM type for this segment.

Namespace:   System.Web.OData.Routing
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public override IEdmType GetEdmType(
    IEdmType previousEdmType
)

Parameters

Return Value

Type: Microsoft.OData.Edm.IEdmType

The EDM type for this segment.

See Also

CastPathSegment Class
System.Web.OData.Routing Namespace

Return to top