Name | Description | |
---|---|---|
![]() | C1DataViewSet Constructor | Initializes a new instance of the C1DataViewSet class. |
The following tables list the members exposed by C1DataViewSet.
Name | Description | |
---|---|---|
![]() | C1DataViewSet Constructor | Initializes a new instance of the C1DataViewSet class. |
Name | Description | |
---|---|---|
![]() | AutoFetch | Turns on or off autofetching for all C1DataView objects in C1DataViewSet. |
![]() | AutoFetchParentsForOrphans | Indicates 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. |
![]() | CaseSensitive | Allows you to consistently change the CaseSensitive property value of an underlying DataSet in run-time. |
![]() | ColumnStyleRules | Represents a collection of rules used to map global styles to columns. |
![]() | ColumnStyles | Represents a global collection of column styles. |
![]() | Connection | Gets 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. |
![]() | ConnectionAddTablePrefixes | Indicates 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. |
![]() | ConnectionCatalogs | Defines 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. |
![]() | ConnectionProvider | Gets or sets an invariant name of ADO.NET Data Provider that C1DataViewSet uses when connecting to database denoted by the ConnectionString property value. |
![]() | ConnectionString | Gets 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. |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | DataSet | Gets or sets the source System.Data.DataSet which data this C1DataViewSet represents. |
![]() | DataSetShared | Allows to specify a DataSet which is situated beyond a Form where this C1DataViewSet is placed as a data source. |
![]() | Locale | Allows you to consistently change the Locale property value of an underlying DataSet in run time. |
![]() | Relations | Gets the collection of C1ViewRelation objects that link C1DataView objects contained in C1DataViewSet and establishing master-detail relationships between them. |
![]() | SchemaExtender | Gets or sets DataSet Extender that is used along with this C1DataViewSet. |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | Views | Gets the collection of C1DataView objects constituting this C1DataViewSet. |
Name | Description | |
---|---|---|
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Dispose | (Inherited from System.ComponentModel.Component) |
![]() | Fill | Overloaded. Refetch data represented by constituting C1DataView objects from database server. |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() ![]() | IsDataTableFilling | Indicates whether the specified DataTable is currently filling with data from server by some C1DataView of some C1DataViewSet. |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
![]() | Update | Commit data changes made in contained C1DataView objects and underlying DataTable objects back to database server. |
Name | Description | |
---|---|---|
![]() | CalculateColumn | Occurs when C1ViewColumn value is being retrieved. |
![]() | ColumnChanged | Occurs after a value has been changed for the specified C1ViewColumn in a C1ViewRow. |
![]() | ColumnChanging | Occurs when a value is being changed for specified C1ViewColumn in a C1ViewRow. |
![]() | ConnectionOpening | Occurs 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. |
![]() | CurrentChanged | Occurs 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. |
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | FilterRow | Allows to filter out C1DataView rows on a client in code. |
![]() | PositionChanged | Occurs when Position property has been changed for the specified C1DataView object. |
![]() | RowAddNew | Occurs when the AddNew method is being called. |
![]() | RowChanged | Occurs after editing of C1ViewRow has been successfully finished. |
![]() | RowChanging | Occurs before editing of C1ViewRow will be finished. |
![]() | ViewListChanged | Occurs on any change in rows of the specified C1DataView. |