| | Name | Description |
 | CaseSensitive | Determines whether string comparisons within the data set are case-sensitive. |
 | ChangeInProgress | Gets or sets a value indicating whether firing BaseLogic.AfterChanges event is deferred. |
 | Container | (Inherited from System.ComponentModel.MarshalByValueComponent) |
 | Credentials | Gets or sets username, password and domain used to communicate with the server. |
 | DataLibrary | Gets or sets the name of the data library containing the schema. |
 | DataLibraryUrl | In a 3-tier client application, this property gets or sets the URL of the data library located on the server. |
 | DataSetDef | Gets or sets the name of the data set in the schema. |
 | DesignMode | (Inherited from System.ComponentModel.MarshalByValueComponent) |
 | DynamicConnections | Gets a collection of Connection objects used at run time as substitutes for schema connections. |
 | EnforceConstraints | Gets or sets a value indicating whether relation constraints must be satisfied while modifying the data set. |
 | ExecutionMode | Gets a value indicating whether actions in handling a business logic event are deferred or performed immediately. |
 | ExtendedProperties | Gets a collection of custom user information associated with the data set. |
 | Filled | Gets a value indicating whether the data set is filled with data. |
 | FillOnRequest | Gets or sets a value indicating whether the data set will be automatically filled with data when a data bound control requests data from it. |
 | HasErrors | Gets a value indicating whether there are errors in any of the rows in any of the tables of this data set. |
 | Locale | Determines the locale information used in string comparisons within the data set. |
 | NotificationModeFlags | Flags affecting the way change notifications are sent to data bound controls. |
 | RemoteDataService | Gets the RemoteDataService-derived class of the data library. |
 | Schema | Returns the C1.Data.SchemaObjects.Schema object representing the schema on which the data set is based. |
 | SchemaContainer | Returns the container object hosting the C1SchemaDef component in the data library. |
 | SchemaDef | Returns or sets the C1SchemaDef component hosting the schema on which the data set is based. |
 | Site | Overridden. |
 | SortComparisonMode | Determines the type of string comparison within the data set. |
 | StorageDataSet | Gets the ADO.NET DataSet where table data rows are stored. |
 | SuppressNotifications | Gets or sets a value indicating whether data bound controls must be notified of changes in the data set. |
 | Tables | This run-time property returns the collection of tables in the data set. |
 | TableViews | This run-time property returns the collection of table views in the data set. |