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

In This Topic
    C1TypedDataViewSet Class Members
    In This Topic

    The following tables list the members exposed by C1TypedDataViewSet.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyTurns on or off autofetching for all C1DataView objects in C1DataViewSet. (Inherited from C1.C1DataExtender.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. (Inherited from C1.C1DataExtender.C1DataViewSet)
    Public PropertyAllows you to consistently change the CaseSensitive property value of an underlying DataSet in run-time. (Inherited from C1.C1DataExtender.C1DataViewSet)
    Public PropertyRepresents a collection of rules used to map global styles to columns. (Inherited from C1.C1DataExtender.C1DataViewSet)
    Public PropertyRepresents a global collection of column styles. (Inherited from C1.C1DataExtender.C1DataViewSet)
    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. (Inherited from C1.C1DataExtender.C1DataViewSet)
    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. (Inherited from C1.C1DataExtender.C1DataViewSet)
    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. (Inherited from C1.C1DataExtender.C1DataViewSet)
    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. (Inherited from C1.C1DataExtender.C1DataViewSet)
    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. (Inherited from C1.C1DataExtender.C1DataViewSet)
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets the source System.Data.DataSet which data this C1DataViewSet represents. (Inherited from C1.C1DataExtender.C1DataViewSet)
    Public PropertyAllows to specify a DataSet which is situated beyond a Form where this C1DataViewSet is placed as a data source. (Inherited from C1.C1DataExtender.C1DataViewSet)
    Public PropertyAllows you to consistently change the Locale property value of an underlying DataSet in run time. (Inherited from C1.C1DataExtender.C1DataViewSet)
    Public PropertyGets the collection of C1ViewRelation objects that link C1DataView objects contained in C1DataViewSet and establishing master-detail relationships between them. (Inherited from C1.C1DataExtender.C1DataViewSet)
    Public PropertyGets or sets DataSet Extender that is used along with this C1DataViewSet. (Inherited from C1.C1DataExtender.C1DataViewSet)
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets the collection of C1DataView objects constituting this C1DataViewSet. (Inherited from C1.C1DataExtender.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. (Inherited from C1.C1DataExtender.C1DataViewSet)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.ComponentModel.Component)
    Public MethodCommit data changes made in contained C1DataView objects and underlying DataTable objects back to database server. (Inherited from C1.C1DataExtender.C1DataViewSet)
    Top
    Public Events
     NameDescription
    Public EventOccurs when C1ViewColumn value is being retrieved. (Inherited from C1.C1DataExtender.C1DataViewSet)
    Public EventOccurs after a value has been changed for the specified C1ViewColumn in a C1ViewRow. (Inherited from C1.C1DataExtender.C1DataViewSet)
    Public EventOccurs when a value is being changed for specified C1ViewColumn in a C1ViewRow. (Inherited from C1.C1DataExtender.C1DataViewSet)
    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. (Inherited from C1.C1DataExtender.C1DataViewSet)
    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. (Inherited from C1.C1DataExtender.C1DataViewSet)
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventAllows to filter out C1DataView rows on a client in code. (Inherited from C1.C1DataExtender.C1DataViewSet)
    Public EventOccurs when Position property has been changed for the specified C1DataView object. (Inherited from C1.C1DataExtender.C1DataViewSet)
    Public EventOccurs when the AddNew method is being called. (Inherited from C1.C1DataExtender.C1DataViewSet)
    Public EventOccurs after editing of C1ViewRow has been successfully finished. (Inherited from C1.C1DataExtender.C1DataViewSet)
    Public EventOccurs before editing of C1ViewRow will be finished. (Inherited from C1.C1DataExtender.C1DataViewSet)
    Public EventOccurs on any change in rows of the specified C1DataView. (Inherited from C1.C1DataExtender.C1DataViewSet)
    Top
    See Also