DataEngine for .NET Standard | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / Query Class
Members

In This Topic
    Query Class
    In This Topic
    Represents a DataEngine query, that is, a table filled with rows computed by DataEngine from one or more base tables by applying query operations.
    Object Model
    Query Class
    Syntax
    'Declaration
     
    Public Class Query 
       Inherits Table
    public class Query : Table 
    Inheritance Hierarchy

    System.Object
       C1.DataEngine.Table
          C1.DataEngine.Query
             C1.DataEngine.JoinQuery

    See Also