The ColumnAdditionCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add(String) |
Adds a column computed from the expression.
| |
| Add(String, IDataFormatter) |
Adds a column computed from the expression.
| |
| Add(String, String) |
Adds a column computed from the expression.
| |
| Add(String, String, IDataFormatter) |
Adds a column computed from the expression.
| |
| Clear |
Clears the collection.
| |
| Contains |
Determines whether the collection contains a specific value.
| |
| CopyTo |
Copies the elements of the collection to an Array, starting at a particular Array index.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through a collection.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Returns the index of the item.
| |
| Insert |
Inserts an item at the specified index.
| |
| Remove |
Removes the first occurrence of a specific object from the collection.
| |
| RemoveAt |
Removes the item at the specified index.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ICollectionColumnAdditionAdd |
Adds an item to the collection.
| |
| IEnumerableGetEnumerator |
Returns an enumerator that iterates through a collection.
| |
| ISerializableGetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |
See Also