DataEngine for .NET Standard | ComponentOne
C1.DataEngine.Api Assembly / C1.DataEngine Namespace / RuntimeQuery Class
Properties Methods


In This Topic
    RuntimeQuery Class Members
    In This Topic

    The following tables list the members exposed by RuntimeQuery.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property An array of column names (need not be fully qualified if there is only one table).  
    Public Property An optional array of join conditions  
    Public Property The name of the query.  
    Public Property An optional array of range conditions  
    Public Property An array of table names (join queries require two or more).  
    Top
    Public Methods
     NameDescription
    Public Method Returns a value that indicates whether the query has one or more range conditions AND at least one of them must be evaluated as a filter.  
    Public Method Returns a value that indicates whether the query has one or more range conditions AND all of them may be evaluated as a range.  
    Public Method Returns a value that indicates whether the query uses a DateTime operator or other construct that requires derivation from a parent query.  
    Top
    See Also