DataRowCollection Properties
.NET Framework (current version)
Namespace:
System.Data
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the total number of DataRow objects in this collection.(Overrides InternalDataCollectionBase::Count.) |
![]() | 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 row at the specified index. |
![]() | SyncRoot | Gets an object that can be used to synchronize the collection.(Inherited from InternalDataCollectionBase.) |
Show:
