DataTableCollection Properties
.NET Framework 4.5
The DataTableCollection type exposes the following members.
| 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 DataTable object at the specified index. |
|
Item[String] | Gets the DataTable object with the specified name. |
|
Item[String, String] | Gets the DataTable object with the specified name in the specified namespace. |
|
SyncRoot | Gets an object that can be used to synchronize the collection. (Inherited from InternalDataCollectionBase.) |