dotConnect for DB2 Documentation
Devart.Common Namespace / SelectTable Class / JoinCondition Property

On this page
    JoinCondition Property
    On this page
    Gets or sets a JOIN ON clause for the SelectTable.
    Syntax
    'Declaration
     
    Public Property JoinCondition As String
    public string JoinCondition {get; set;}

    Property Value

    The JOIN ON clause.
    See Also