Gets the ClientCollectionView of the EntityViewSource with the specified name in the ViewSources collection.

Namespace:  C1.Win.Data.Entities
Assembly:  C1.Win.Data.Entity (in C1.Win.Data.Entity.dll)

Syntax

C#
public ClientCollectionView this[
	string name
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	name As String _
) As ClientCollectionView
	Get

Parameters

name
Type: System..::..String
The name of the EntityViewSource to take the ClientCollectionView from.

Return Value

The ClientCollectionView of the EntityViewSource.

See Also