DataSource for Entity Framework in WPF
C1.Data.Entities Namespace / EntityViewSource Class / EntitySetName Property

In This Topic
    EntitySetName Property
    In This Topic
    Gets or sets the name of the entity set to load entities from.
    Syntax
    'Declaration
     
    Public Property EntitySetName As String
    public string EntitySetName {get; set;}
    Remarks
    Changing the value of this property causes the EntityViewSource to reload data if AutoLoad is set to true.
    See Also