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

In This Topic
    JoinTables Property
    In This Topic
    The list of the tables that are used as Join tables
    Syntax
    'Declaration
     
    Public Property JoinTables As IList(Of JoinTable)
    public IList<JoinTable> JoinTables {get; set;}
    See Also