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

In This Topic
    IsCompound Property
    In This Topic
    Boolean to check whether or not this select statement is a compound select statement
    Syntax
    'Declaration
     
    Public Property IsCompound As Boolean
    public bool IsCompound {get; set;}
    See Also