DataRelationCollection 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 DataRelation object at the specified index. |
![]() | Item[String^] | Gets the DataRelation object specified by name. |
![]() | List | Gets the items of the collection as a list.(Inherited from InternalDataCollectionBase.) |
![]() | SyncRoot | Gets an object that can be used to synchronize the collection.(Inherited from InternalDataCollectionBase.) |
Show:

