IPerRouteContainer.HasODataRootContainer(String) Method

Definition

Check if the root container for a given route name exists.

public bool HasODataRootContainer (string routeName);
abstract member HasODataRootContainer : string -> bool
Public Function HasODataRootContainer (routeName As String) As Boolean

Parameters

routeName
String

The route name.

Returns

true if root container for the route name exists, false otherwise.

Applies to