Gets or sets an instance of ClientView<(Of <(<'T>)>)> that the ClientViewSource uses as the base for composing queries.

Namespace:  C1.Data.DataSource
Assembly:  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

ExceptionCondition
System..::..ArgumentExceptionThe value is not null and not an instance of ClientView<(Of <(<'T>)>)>.

See Also