[]
Gets the ClientCollectionView of the EntityViewSource with the specified name
in the ViewSources collection.
public ClientCollectionView this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As ClientCollectionView
| Type | Name | Description |
|---|---|---|
| string | name | The name of the EntityViewSource to take the ClientCollectionView from. |
| Type | Description |
|---|---|
| ClientCollectionView | The ClientCollectionView of the EntityViewSource. |
Gets the ClientCollectionView of the EntityViewSource
at the specified index in the ViewSources collection.
public ClientCollectionView this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As ClientCollectionView
| Type | Name | Description |
|---|---|---|
| int | index | The index of the EntityViewSource to take the ClientCollectionView from. |
| Type | Description |
|---|---|
| ClientCollectionView | The ClientCollectionView of the EntityViewSource. |