ComponentOne DataObjects for .NET
C1ExpressView Class
Members 

C1.Data.Express.2 Assembly > C1.Data.Express Namespace : C1ExpressView Class
C1ExpressView is a component that can serve as a data source for data-aware controls, along with C1ExpressTable and C1ExpressConnection.
Object Model
C1ExpressView Class
Syntax
'Declaration
 
Public Class C1ExpressView 
   Inherits C1.Data.C1DataView
public class C1ExpressView : C1.Data.C1DataView 
Remarks
It provides a view of a C1ExpressTable. This view can include only rows satisfying certain filter conditions, if such conditions are specified. This view can also sort the rows in a certain order. C1ExpressView also serves to allow binding of data-aware controls in one form to C1ExpressTable components residing in another form, see Working with Tables in Other Forms.
Inheritance Hierarchy

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

See Also

Reference

C1ExpressView Members
C1.Data.Express Namespace