RuntimeJoinCondition Constructor(String,String)
In This Topic
Initializes a new instance of the
RuntimeJoinCondition class.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As String _
)
public RuntimeJoinCondition(
string ,
string
)
Parameters
- from
- The fully qualified column name in the primary table.
- to
- The fully qualified column name in the secondary table.
See Also