Share via


KeyValuePathSegment.GetEdmType Method (IEdmType)

 

Gets the EDM type for this segment.

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

Syntax

public override IEdmType GetEdmType(
    IEdmType previousEdmType
)
public:
virtual IEdmType^ GetEdmType(
    IEdmType^ previousEdmType
) override
override GetEdmType : 
        previousEdmType:IEdmType -> IEdmType
Public Overrides Function GetEdmType (
    previousEdmType As IEdmType
) As IEdmType

Parameters

Return Value

Type: Microsoft.Data.Edm.IEdmType

The EDM type for this segment.

See Also

KeyValuePathSegment Class
System.Web.Http.OData.Routing Namespace

Return to top