This documentation is archived and is not being maintained.
DynamicControl::Table Property
Visual Studio 2010
Gets the table object that is associated with the control.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
[BrowsableAttribute(false)] public: virtual property MetaTable^ Table { MetaTable^ get (); }
Property Value
Type: System.Web.DynamicData::MetaTableThe table object that is associated with the control.
| Exception | Condition |
|---|---|
| Exception | The DynamicControl control is inside a data-bound control that is not bound to a data source control that implements the IDynamicDataSource interface. |
Use the Table property to access metadata information about the table that is associated with the data-bound control that contains the DynamicControl control.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: