PropertyCollection Members
Include Protected Members
Include Inherited 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. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator() | Gets an enumeration of properties in this collection. |
![]() |
GetEnumerator(String) | Gets an enumeration of properties in this collection by using a setting identifier. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetMergedEnumerator | Gets an enumeration of properties in this collection by using a setting identifier. |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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