C1.C1DataExtender.2 Assembly > C1.C1DataExtender Namespace : C1DataViewSet Class |
For a list of all members of this type, see C1DataViewSet members.
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. |