CompoundStatements Property
CompoundStatements
An IList containing the compound select statements
Declaration
public IList<CompoundSelectStatement> CompoundStatements { get; set; }
Public Property CompoundStatements As IList(Of CompoundSelectStatement)