ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / ClientViewSource Class / BaseView Property

In This Topic
    BaseView Property
    In This Topic
    Gets or sets an instance of C1.Data.ClientView<T> that the ClientViewSource uses as the base for composing queries.
    Syntax
    'Declaration
     
    
    Public Property BaseView As View
    public View BaseView {get; set;}
    Exceptions
    ExceptionDescription
    The value is not null and not an instance of C1.Data.ClientView<T>.
    Remarks
    The ClientViewSource applies filtering, sorting, grouping, and paging to its BaseView.
    See Also