MetaModel::GetTable Method

 

Returns the metadata that describes a data model table.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

NameDescription
System_CAPS_pubmethodGetTable(String^)

Returns the metadata that is associated with the specified table.

System_CAPS_pubmethodGetTable(String^, Type^)

Returns the metadata that describes the specified table.

System_CAPS_pubmethodGetTable(Type^)

Returns the metadata that describes the specified table.

Exception Condition
ArgumentNullException

The table was not found.

The MetaTable object that is returned by the overloaded methods contains the metadata information that is associated with the specified table.

Run an online example of this feature.

The following example shows how to use the GetTable overloaded methods to perform the following tasks:

  • Get the MetaTable object for the specified table.

  • Access the metadata information that is contained by the MetaTable object.

The example consists of a page and its code-behind file.

No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
Return to top
Show: