EntitySetPathSegment.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
previousEdmType
Type: Microsoft.Data.Edm.IEdmTypeThe EDM type of the previous path segment.
Return Value
Type: Microsoft.Data.Edm.IEdmType
The EDM type for this segment.
See Also
EntitySetPathSegment Class
System.Web.Http.OData.Routing Namespace
Return to top