Sql.Net Class Library Documentation

JoinCondition Constructor (String, String)

Creates a new JoinCondition

public JoinCondition(
   string leftField,
   string rightField
);

Parameters

leftField
Name of the field in the left table to join on
rightField
Name of the field in the right table to join on

See Also

JoinCondition Class | Reeb.SqlOM Namespace | JoinCondition Constructor Overload List