MasterDetailInfoCollection Properties
A collection of MasterDetailInfo objects.
Name | Description |
---|---|
Capacity |
Gets or sets the total number of elements the internal data structure can hold without resizing.
Inherited from List |
Count |
Gets the number of elements contained in the List |
Item[Int32] |
Gets or sets the element at the specified index.
Inherited from List |
Item[String] | Provides access to an individual item in the collection by its name. |
Owner | Indicates the SQL data source to which the collection of master-detail relations belongs. |
ICollection |
Gets a value indicating whether the ICollection |
ICollection. |
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Inherited from List |
ICollection. |
Gets an object that can be used to synchronize access to the ICollection.
Inherited from List |
IList. |
Gets a value indicating whether the IList has a fixed size.
Inherited from List |
IList. |
Gets a value indicating whether the IList is read-only.
Inherited from List |
IList. |
Gets or sets the element at the specified index.
Inherited from List |
See Also