PropertyCollection members
Represents a collection of properties that can be added to DataColumn, DataSet, or DataTable objects.
The PropertyCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add(String, Object) | Adds a property to the collection by using the name and the value of the property. | |
Add(String, Object, String) | Adds a property to the collection by using the name, value, and setting identifier of the property. | |
Clear() | Deletes the property collection. | |
Clear(String) | Deletes the property collection. | |
GetEnumerator() | Gets an enumeration of properties in this collection. | |
GetEnumerator(String) | Gets an enumeration of properties in this collection by using a setting identifier. | |
GetMergedEnumerator | Gets an enumeration of properties in this collection by using a setting identifier. | |
Remove(String) | Removes a property from the collection by using the name of the property. | |
Remove(String, String) | Removes a property from the collection by using the name of the property and the setting identifier. | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Gets an enumeration of properties in this collection. |
Top