IPerRouteContainer.GetODataRootContainer(String) Method

Definition

Get the root container for a given route name.

public IServiceProvider GetODataRootContainer (string routeName);
abstract member GetODataRootContainer : string -> IServiceProvider
Public Function GetODataRootContainer (routeName As String) As IServiceProvider

Parameters

routeName
String

The route name.

Returns

The root container for the route name.

Applies to