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