ComponentOne DataObjects for .NET
C1DataView Class
Members 

C1.Data.2 Assembly > C1.Data Namespace : C1DataView Class
C1DataView is used for sorting and filtering data.
Object Model
C1DataView Class
Syntax
'Declaration
 
Public Class C1DataView 
   Inherits BaseDataSourceComponent
public class C1DataView : BaseDataSourceComponent 
Remarks
Data bound controls can bind directly to a C1DataView component, see Using a Data Library. This allows you to use C1DataView to provide separate views into the same data, with different row filter criteria and sorts. Each such view has independent current row, can be independently navigated.

Another common use of C1DataView is to obtain direct access to simple table data rows. Normal data binding, using C1DataSet or C1DataTableSource gives you access to table views. If, for some reason, you need direct access to simple tables behind those table views, you need to use C1DataView with non-empty TableName property. See How to Access Table Data for details.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
               C1.Data.BaseDataSourceComponent
                  C1.Data.C1DataView
                     C1.Data.Express.C1ExpressView

See Also

Reference

C1DataView Members
C1.Data Namespace