Gets the schema information for a data row that is used to share data between two System.Web.UI.WebControls.WebParts.WebPart controls.
Documentation for this section has not yet been entered.
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.