DynamicDataRoute::GetTableFromRouteData Method (RouteData^)
.NET Framework (current version)
Identifies the table that is associated with a Dynamic Data Web page request.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Parameters
- routeData
-
Type:
System.Web.Routing::RouteData^
The route data that pertains to the current request. For more information, see GetRouteData.
Return Value
Type: System.Web.DynamicData::MetaTable^The metadata that describes a table that is displayed by Dynamic Data.
| Exception | Condition |
|---|---|
| InvalidOperationException | The table was not found in the Web request routing information. |
.NET Framework
Available since 3.5
Available since 3.5
Show: