ComponentOne Data Source for Entity Framework
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 System.String
    public System.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