MetaModel::GetTable Method
.NET Framework (current version)
Returns the metadata that describes a data model table.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
| Name | Description | |
|---|---|---|
![]() | GetTable(String^) | Returns the metadata that is associated with the specified table. |
![]() | GetTable(String^, Type^) | Returns the metadata that describes the specified table. |
![]() | GetTable(Type^) | Returns the metadata that describes the specified table. |
| Exception | Condition |
|---|---|
| ArgumentNullException | The table was not found. |
Show:
