DataEngine for .NET Standard | ComponentOne
C1.DataEngine.Api Assembly / C1.DataEngine Namespace / RuntimeJoinCondition Class / RuntimeJoinCondition Constructor / RuntimeJoinCondition Constructor(String,String)
The fully qualified column name in the primary table.
The fully qualified column name in the secondary table.

In This Topic
    RuntimeJoinCondition Constructor(String,String)
    In This Topic
    Initializes a new instance of the RuntimeJoinCondition class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal from As String, _
       ByVal to As String _
    )
    public RuntimeJoinCondition( 
       string from,
       string to
    )

    Parameters

    from
    The fully qualified column name in the primary table.
    to
    The fully qualified column name in the secondary table.
    See Also