Represents a client view filtered by a filter key function, an operator and a filter key value.

Namespace:  C1.Data
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public class FilteredView<T> : ClientView<T>
Visual Basic
Public Class FilteredView(Of T) _
	Inherits ClientView(Of T)

Type Parameters

T
The type of the entities in this client view.

Remarks

Filtering is performed on the server.

Inheritance Hierarchy

System..::..Object
  C1.LiveLinq.LiveViews..::..View
    C1.LiveLinq.LiveViews..::..View<(Of <(<'T>)>)>
      C1.Data..::..ClientView<(Of <(<'T>)>)>
        C1.Data..::..FilteredView<(Of <(<'T>)>)>

See Also