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

In This Topic
    JoinCondition Property
    In This Topic
    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