DataColumnCollection Properties
.NET Framework (current version)
Namespace:
System.Data
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the total number of elements in a collection.(Inherited from InternalDataCollectionBase.) |
![]() | IsReadOnly | Gets a value that indicates whether the InternalDataCollectionBase is read-only.(Inherited from InternalDataCollectionBase.) |
![]() | IsSynchronized | Gets a value that indicates whether the InternalDataCollectionBase is synchonized.(Inherited from InternalDataCollectionBase.) |
![]() | Item[Int32] | Gets the DataColumn from the collection at the specified index. |
![]() | Item[String^] | Gets the DataColumn from the collection with the specified name. |
![]() | SyncRoot | Gets an object that can be used to synchronize the collection.(Inherited from InternalDataCollectionBase.) |
Show:
