IODataPathHandler Interface
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.
public interface IODataPathHandler
type IODataPathHandler = interface
Public Interface IODataPathHandler
- Derived
Properties
UrlKeyDelimiter |
Gets or Sets the ODataUrlKeyDelimiter to use while parsing, specifically whether to recognize keys as segments or not. |
Methods
Link(ODataPath) |
Converts an instance of ODataPath into an OData link. |
Parse(String, String, IServiceProvider) |
Parses the specified OData path as an ODataPath that contains additional information about the EDM type and entity set for the path. |