[]
Gets the ClientCollectionView of the EntityViewSource with the specified name
in the ViewSources collection.
public ClientCollectionView this[string name] { get; }
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; }
Type | Name | Description |
---|---|---|
int | index | The index of the EntityViewSource to take the ClientCollectionView from. |
Type | Description |
---|---|
ClientCollectionView | The ClientCollectionView of the EntityViewSource. |