The DbColumnCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DbColumnCollection |
Default constructor.
|
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds a column to the collection.
| |
| Clear |
Clears the collection.
| |
| Contains | Overloaded. | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Find |
Same as IndexOf(String).
| |
| FindIdentity |
Searches the collection for a column with the Identity property set to true.
| |
| GetEnumerator |
Returns an object that implementd the IEnumerator interface.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf | Overloaded. | |
| Insert |
Inserts a DbColumn at the given index.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove |
Removes the given column from the collection.
| |
| RemoveAt |
Removes the column at the given index.
| |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| m_columns |
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of columns in the collection.
| |
| IsFixedSize |
Always false.
| |
| IsReadOnly |
Always false.
| |
| IsSynchronized |
Always false.
| |
| Item | Overloaded. | |
| SyncRoot |
Not implemented.
|