DynamicControl.Table Property

Definition

Gets the table object that is associated with the control.

public:
 virtual property System::Web::DynamicData::MetaTable ^ Table { System::Web::DynamicData::MetaTable ^ get(); };
[System.ComponentModel.Browsable(false)]
public virtual System.Web.DynamicData.MetaTable Table { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Table : System.Web.DynamicData.MetaTable
Public Overridable ReadOnly Property Table As MetaTable

Property Value

The table object that is associated with the control.

Attributes

Exceptions

The DynamicControl control is inside a data-bound control that is not bound to a data source control that implements the IDynamicDataSource interface.

Remarks

Use the Table property to access metadata information about the table that is associated with the data-bound control that contains the DynamicControl control.

Applies to

See also