ODataRouteConstants 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.
This class contains route constants for OData.
public static class ODataRouteConstants
type ODataRouteConstants = class
Public Class ODataRouteConstants
- Inheritance
-
ODataRouteConstants
Fields
Action |
Route data key for the action name. |
Batch |
Route template suffix for OData batch. |
ConstraintName |
Parameter name to use for the OData path route constraint. |
Controller |
Route data key for the controller name. |
DynamicProperty |
Route data key for the dynamic property name when manipulating open type. |
Key |
Route data key for entity keys. |
KeyCount |
Route data key that tracks the number of key segments, navigation properties and operation parameters in the request URI |
NavigationProperty |
Route data key for the navigation property name when manipulating links. |
ODataPath |
Route variable name for the OData path. |
ODataPathTemplate |
Wildcard route template for the OData path route variable. |
OptionalParameters |
Route data key for the OData optional parameters. |
QuerySegment |
Route template suffix for OData $query segment |
RelatedKey |
Route data key for the related key when deleting links. |
VersionConstraintName |
Parameter name to use for the OData version route constraint. |