DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / SelectStatement Class / Columns Property

In This Topic
    Columns Property (SelectStatement)
    In This Topic
    An IList of the selected columns represented as ColumnExpression
    Syntax
    'Declaration
     
    Public Property Columns As IList(Of ColumnExpression)
    public IList<ColumnExpression> Columns {get; set;}
    See Also