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

Namespace:  C1.Silverlight.Data.RiaServices
Assembly:  C1.Silverlight.Data.Entity (in C1.Silverlight.Data.Entity.dll)

Syntax

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

Parameters

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

Return Value

The ClientCollectionView of the RiaViewSource.

See Also