名前 | 解説 | |
---|---|---|
Workspace コンストラクタ | Initializes a new instance of the Workspace class |
Workspaceデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
Workspace コンストラクタ | Initializes a new instance of the Workspace class |
名前 | 解説 | |
---|---|---|
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. |
名前 | 解説 | |
---|---|---|
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 | オーバーロードされます。 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 | オーバーロードされます。 Creates a join query. | |
query | オーバーロードされます。 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. |
名前 | 解説 | |
---|---|---|
Initialize | Occurs after the workspace has been initialized, its Init method has been called. |