Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:   System.Web.OData.Routing
Assembly:  System.Web.OData (in System.Web.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
Return Value
Type: Microsoft.OData.Edm.IEdmType
See Also
SingletonPathSegment Class
System.Web.OData.Routing Namespace
Return to top