The following tables list the members exposed by ReadOnlyColumnCollection.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of DataColumns in the DataColumnCollection. |
![]() | IsReadOnly | Gets a value indicating whether the IList is read-only. |
![]() | IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). |
![]() | Item | Overloaded. Gets the column corresponding to the name. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the ICollection. |
Name | Description | |
---|---|---|
![]() | Contains | Overloaded. Determines whether the collection contains a specific value. |
![]() | CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. |
![]() | IndexOf | Overloaded. Determines the index of a specific item in the IList. |
![]() | ToArray | Returns the collection as an array. |