PerRouteContainerBase.HasODataRootContainer(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.
Check if the root container for a given route name exists.
public bool HasODataRootContainer (string routeName);
abstract member HasODataRootContainer : string -> bool
override this.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.