ODataPathExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for ODataPath.
public static class ODataPathExtensions
type ODataPathExtensions = class
Public Module ODataPathExtensions
- Inheritance
-
ODataPathExtensions
Methods
GetEdmType(ODataPath) |
Computes the IEdmType of the resource identified by this ODataPath. |
GetNavigationSource(ODataPath) |
Computes the IEdmNavigationSource of the resource identified by this ODataPath. |
GetPathString(IList<ODataPathSegment>) |
Get the string representation of ODataPath mainly translate Context Url path. |
GetPathString(ODataPath) |
Get the string representation of ODataPath mainly translate Context Url path. |
IsStreamPropertyPath(ODataPath) |
Gets a boolean value indicating whether the given path is a stream property path. |