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

In This Topic
    IsJoin Property
    In This Topic
    Boolean to check if this SelectStatement contains join tables
    Syntax
    'Declaration
     
    Public Property IsJoin As Boolean
    public bool IsJoin {get; set;}
    See Also