Gets or sets an instance of ClientView<(Of <(<'T>)>)> that the ClientViewSource uses as the base for composing queries.
Namespace:
C1.Data.DataSourceAssembly: C1.Data.Entity (in C1.Data.Entity.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(null)] public View BaseView { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute(Nothing)> _ Public Property BaseView As View Get Set |
Remarks
The ClientViewSource applies filtering, sorting, grouping, and paging to its BaseView.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | The value is not null and not an instance of ClientView<(Of <(<'T>)>)>. |