DataEngine for .NET Standard | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / Workspace Class
Properties Methods Events


In This Topic
    Workspace Class Members
    In This Topic

    The following tables list the members exposed by Workspace.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Workspace class  
    Top
    Public Properties
     NameDescription
    Public Property Enables/disables automatic saving metadata to disk on every metadata change. Default: metadata autosave enabled.  
    Public Property Gets or sets the number of the first month for the fiscal year.  
    Public Property Automatic disk cleanup strategy.  
    Public Property Returns the workspace folder path.  
    Public Property Determines whether join queries with the same base fields are reused when another similar join is created. Default: true.  
    Top
    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
    Public Events
     NameDescription
    Public EventOccurs after the workspace has been initialized, its Init method has been called.  
    Top
    See Also