DynamicControl.Table Property
.NET Framework (current version)
Gets the table object that is associated with the control.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
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.
.NET Framework
Available since 3.5
Available since 3.5
Show: