Gets the EntityViewSource with the given name.
Namespace:
C1.Win.Data.EntitiesAssembly: C1.Win.Data.Entity (in C1.Win.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.