This topic has not yet been rated - Rate this topic

DataRelationCollection Properties

The DataRelationCollection type exposes the following members.

  NameDescription
Public property Count Gets the total number of elements in a collection. (Inherited from InternalDataCollectionBase.)
Public property IsReadOnly Gets a value that indicates whether the InternalDataCollectionBase is read-only. (Inherited from InternalDataCollectionBase.)
Public property IsSynchronized Gets a value that indicates whether the InternalDataCollectionBase is synchonized. (Inherited from InternalDataCollectionBase.)
Public property Item[Int32] Gets the DataRelation object at the specified index.
Public property Item[String] Gets the DataRelation object specified by name.
Protected property List Gets the items of the collection as a list. (Inherited from InternalDataCollectionBase.)
Public property SyncRoot Gets an object that can be used to synchronize the collection. (Inherited from InternalDataCollectionBase.)
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.