Mono Class Library: System.Data.DataSet Overview | Members

System.Data.DataSet.ExtendedProperties Property

Gets the collection of customized user information associated with the DataSet.

[System.ComponentModel.Browsable(false)]
public PropertyCollection ExtendedProperties { get; }

Value

A System.Data.PropertyCollection with all custom user information.

Remarks

The ExtendedProperties property enables you to store custom information with the DataSet. The extended properties must be of type string in order to have them persisted along with the DataSet when writing the latter as XML.

Requirements

Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0