Gets the RiaViewSource with the specified name.
Namespace:
C1.Silverlight.Data.RiaServicesAssembly: C1.Silverlight.Data.Entity (in C1.Silverlight.Data.Entity.dll)
Syntax
| C# |
|---|
public RiaViewSource this[ string name ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Item ( _ name As String _ ) As RiaViewSource Get |
Parameters
- name
- Type: System..::..String
The name of the RiaViewSource to get from the collection.