ODataBatchPathMapping.AddRoute(String, String) Method
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.
Add a route name and template for batching.
public void AddRoute(string routeName, string routeTemplate);
member this.AddRoute : string * string -> unit
Public Sub AddRoute (routeName As String, routeTemplate As String)
Parameters
- routeName
- String
The route name.
- routeTemplate
- String
The route template.