DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / SelectStatement Class
Properties


In This Topic
    SelectStatement Class Members
    In This Topic

    The following tables list the members exposed by SelectStatement.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property An IList of the selected columns represented as ColumnExpression  
    Public Property An IList containing the compound select statements  
    Public Property The Group-by clause of this select statement  
    Public Property Boolean to check whether or not this select statement is a compound select statement  
    Public Property IsDistinct  
    Public Property Boolean to check if this SelectStatement contains join tables  
    Public Property The list of the tables that are used as Join tables  
    Public Property The Limit expressed for this SelectStatement  
    Public Property The Offset expressed for this SelectStatement  
    Public Property The Order-by clause of this select statement  
    Public Property The table or the sub-query that appears as the source table for this query(SQL FROM clause)  
    Public Property Top  
    Public Property The type of the SQL statement  
    Public Property The Where clause of this select statement  
    Top
    See Also