System.Web.UI.WebControls.WebParts.IWebPartRow.Schema Property

Gets the schema information for a data row that is used to share data between two System.Web.UI.WebControls.WebParts.WebPart controls.

Syntax

public System.ComponentModel.PropertyDescriptorCollection Schema { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property provides property information for the data. Using the System.Web.UI.WebControls.WebParts.IWebPartRow interface in a connection, you get a System.ComponentModel.PropertyDescriptorCollection object, which is referenced by the IWebPartRow.Schema property. The contract specifies that calling Schema[n].GetValue(RowData) returns the value of the nth column in the row. You need to use the IWebPartRow.Schema property to get the values in the row.

Requirements

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0