ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataViewSet Class
Properties Methods Events

In This Topic
    C1DataViewSet Class Members
    In This Topic

    The following tables list the members exposed by C1DataViewSet.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1DataViewSet class.  
    Top
    Public Properties
     NameDescription
    Public PropertyTurns on or off autofetching for all C1DataView objects in C1DataViewSet.  
    Public PropertyIndicates whether automatic fetching of an absent on a client parent row for an existing child row is permitted in order to prevent foreign key constraint violation in the underlying DataSet.  
    Public PropertyAllows you to consistently change the CaseSensitive property value of an underlying DataSet in run-time.  
    Public PropertyRepresents a collection of rules used to map global styles to columns.  
    Public PropertyRepresents a global collection of column styles.  
    Public PropertyGets DbConnection object used to connect to database in the case when data source is defined by means of ConnectionString and ConnectionProvider properties. Allows you to set up data source via existing DbConnection derived component in run time.  
    Public PropertyIndicates whether catalog name prefixes specified in the ConnectionCatalogs collection will be added to names of imported DataTables, in the case where C1DataViewSet is connected to a data source via the ConnectionString property.  
    Public PropertyDefines a set of catalogs (databases) that should be retrieved from server when C1DataViewSet is connected to a data source via the ConnectionString property and ConnectionProvider is SqlClient provider.  
    Public PropertyGets or sets an invariant name of ADO.NET Data Provider that C1DataViewSet uses when connecting to database denoted by the ConnectionString property value.  
    Public PropertyGets or sets a connection string to a database which should be used as a data source, using syntax and conventions of connection string definition peculiar to ADO.NET Data Provider denoted by the ConnectionProvider property.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets the source System.Data.DataSet which data this C1DataViewSet represents.  
    Public PropertyAllows to specify a DataSet which is situated beyond a Form where this C1DataViewSet is placed as a data source.  
    Public PropertyAllows you to consistently change the Locale property value of an underlying DataSet in run time.  
    Public PropertyGets the collection of C1ViewRelation objects that link C1DataView objects contained in C1DataViewSet and establishing master-detail relationships between them.  
    Public PropertyGets or sets DataSet Extender that is used along with this C1DataViewSet.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets the collection of C1DataView objects constituting this C1DataViewSet.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.ComponentModel.Component)
    Public MethodOverloaded. Refetch data represented by constituting C1DataView objects from database server.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Methodstatic (Shared in Visual Basic)Indicates whether the specified DataTable is currently filling with data from server by some C1DataView of some C1DataViewSet.  
    Public Method (Inherited from System.ComponentModel.Component)
    Public MethodCommit data changes made in contained C1DataView objects and underlying DataTable objects back to database server.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when C1ViewColumn value is being retrieved.  
    Public EventOccurs after a value has been changed for the specified C1ViewColumn in a C1ViewRow.  
    Public EventOccurs when a value is being changed for specified C1ViewColumn in a C1ViewRow.  
    Public EventOccurs before C1DataViewSet opens a connection for data and schema fetching or data updating. This event allows you to set up connection properties such as login attributes before it will be opened.  
    Public EventOccurs when values of the current C1ViewRow belonging to the specified C1DataView have been changed, either because another row becomes the current one or because values of the current row have been changed.  
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventAllows to filter out C1DataView rows on a client in code.  
    Public EventOccurs when Position property has been changed for the specified C1DataView object.  
    Public EventOccurs when the AddNew method is being called.  
    Public EventOccurs after editing of C1ViewRow has been successfully finished.  
    Public EventOccurs before editing of C1ViewRow will be finished.  
    Public EventOccurs on any change in rows of the specified C1DataView.  
    Top
    See Also