DataSet.ExtendedProperties Property
.NET Framework (current version)
Gets the collection of customized user information associated with the DataSet.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System.Data.PropertyCollectionA PropertyCollection with all custom user information.
The following example adds a custom property to the PropertyCollection returned by the ExtendedProperties property. The second example retrieves the custom property.
.NET Framework
Available since 1.1
Available since 1.1
Show: