MetaModel.GetTable Method (String)
.NET Framework (current version)
Returns the metadata that is associated with the specified table.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Parameters
- uniqueTableName
-
Type:
System.String
The name that identifies the table in the data model.
| Exception | Condition |
|---|---|
| ArgumentException | The name was not found in the data model. |
The name uniquely identifies a table in the data model and is used to generate the related URL for routing.
.NET Framework
Available since 3.5
Available since 3.5
Show: