Name | Description | |
---|---|---|
Workspace Constructor | Initializes a new instance of the Workspace class |
The following tables list the members exposed by Workspace.
Name | Description | |
---|---|---|
Workspace Constructor | Initializes a new instance of the Workspace class |
Name | Description | |
---|---|---|
AutoSave | Enables/disables automatic saving metadata to disk on every metadata change. Default: metadata autosave enabled. | |
FiscalYearFirstMonth | Gets or sets the number of the first month for the fiscal year. | |
KeepFiles | Automatic disk cleanup strategy. | |
Path | Returns the workspace folder path. | |
ReuseJoins | Determines whether join queries with the same base fields are reused when another similar join is created. Default: true. |
Name | Description | |
---|---|---|
BeginUpdate | Indicates that multiple batches of data are being added to one or more tables, so that data consumers can suspend their update until all data changed are complete. | |
Clear | Overloaded. Deletes data files from disk. | |
Dispose | Clean up any resources being used. | |
EndUpdate | Indicates that multiple batches of data changes have been completed. | |
GetQueryData | Gets size and enumerator for all data rows in a query. | |
GetTableData | Gets size and enumerator for all data rows in a table. | |
GetTableNames | Returns the names of base tables in a workspace. | |
Init | Initializes ComponentOne DataEngine. | |
join | Overloaded. Creates a join query. | |
query | Overloaded. Creates a query based on a single table or query (not a join). | |
QueryExists | Determines whether the specified query exists in the workspace. | |
Save | Saves workspace metadata to disk. | |
table | Gets a base table by its name. | |
TableExists | Determines whether the specified base table exists in the workspace. |
Name | Description | |
---|---|---|
Initialize | Occurs after the workspace has been initialized, its Init method has been called. |