DataEngine for .NET Standard | ComponentOne
C1.DataEngine.Collection Assembly / C1.DataEngine Namespace / C1DataEngineCollection Class / C1DataEngineCollection Constructor
The workspace the query belongs to.
The base query to be wrapped as a collection.

In This Topic
    C1DataEngineCollection Constructor
    In This Topic
    Initializes a new instance of the C1DataEngineCollection class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal workspace As Workspace, _
       ByVal baseQuery As ExpandoObject _
    )
    public C1DataEngineCollection( 
       Workspace workspace,
       ExpandoObject baseQuery
    )

    Parameters

    workspace
    The workspace the query belongs to.
    baseQuery
    The base query to be wrapped as a collection.
    See Also