Gets or sets an instance of ClientView<(Of <(<'T>)>)> that the ClientViewSource uses as the base for composing queries.
Namespace:
C1.Data.DataSourceAssembly: C1.Silverlight.Data.Entity (in C1.Silverlight.Data.Entity.dll)
Syntax
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>)>)>. |