C1.DataEngine Assembly / C1.DataEngine Namespace / Workspace Class


In This Topic
Workspace Class Methods
In This Topic

For a list of all members of this type, see Workspace members.

Public Methods
 NameDescription
Public Method 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.  
Public MethodOverloaded.  Deletes data files from disk.  
Public Method Clean up any resources being used.  
Public Method Indicates that multiple batches of data changes have been completed.  
Public Method Gets size and enumerator for all data rows in a query.  
Public Method Gets size and enumerator for all data rows in a table.  
Public Method Returns the names of base tables in a workspace.  
Public Method Initializes ComponentOne DataEngine.  
Public MethodOverloaded.  Creates a join query.  
Public MethodOverloaded.  Creates a query based on a single table or query (not a join).  
Public Method Determines whether the specified query exists in the workspace.  
Public Method Saves workspace metadata to disk.  
Public Method Gets a base table by its name.  
Public Method Determines whether the specified base table exists in the workspace.  
Top
See Also