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

In This Topic
    CompoundStatements Property
    In This Topic
    An IList containing the compound select statements
    Syntax
    'Declaration
     
    Public Property CompoundStatements As IList(Of CompoundSelectStatement)
    public IList<CompoundSelectStatement> CompoundStatements {get; set;}
    See Also