RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbLookup.QueryBuilder Namespace
RingSoft.DbMaintenance Namespace

SelectQuery..::..AddPrimaryJoinTable Method (JoinTypes, String)

Adds a primary join table.

Namespace:  RingSoft.DbLookup.QueryBuilder
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public PrimaryJoinTable AddPrimaryJoinTable(
	JoinTypes joinType,
	string primaryTableName
)
Public Function AddPrimaryJoinTable ( _
	joinType As JoinTypes, _
	primaryTableName As String _
) As PrimaryJoinTable
public:
PrimaryJoinTable^ AddPrimaryJoinTable(
	JoinTypes^ joinType, 
	String^ primaryTableName
)

Parameters

joinType
Type: RingSoft.DbLookup.QueryBuilder..::..JoinTypes
Type of the join.
primaryTableName
Type: String
The name of the primary table being joined.

Return Value

The join table object that was created for further configuration.