PropertyCollection Members

Include Protected Members
Include Inherited Members

Represents a collection of properties that can be added to a DataColumn, DataSet, or DataTable object.

The PropertyCollection type exposes the following members.

Methods

  Name Description
Public method Add(String, Object) Adds a property to the collection by using the name and the value of the property.
Public method Add(String, Object, String) Adds a property to the collection by using the name, the value, and the setting identifier of the property.
Public method Clear() Deletes the property collection.
Public method Clear(String) Deletes the property collection.
Public method GetEnumerator() Gets an enumeration of properties in this collection.
Public method GetEnumerator(String) Gets an enumeration of properties in this collection by using a setting identifier.
Public method GetMergedEnumerator Gets an enumeration of properties in this collection by using a setting identifier.
Public method Remove(String) Removes a property from the collection by using the name of the property.
Public method Remove(String, String) Removes a property from the collection by using the name of the property and the setting identifier.
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Gets an enumeration of properties in this collection.

Top

See Also

Reference

PropertyCollection Class

Microsoft.SharePoint.BusinessData.Administration.Client Namespace