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

RelatedTableFilterDefinitionBase..::..SetJoin Method

Sets the join.

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

Syntax


protected internal void SetJoin(
	FieldDefinition foreignFieldDefinition,
	string parentAlias
)
Protected Friend Sub SetJoin ( _
	foreignFieldDefinition As FieldDefinition, _
	parentAlias As String _
)
protected public:
void SetJoin(
	FieldDefinition^ foreignFieldDefinition, 
	String^ parentAlias
)

Parameters

foreignFieldDefinition
Type: RingSoft.DbLookup.ModelDefinition.FieldDefinitions..::..FieldDefinition
The foreign field definition.
parentAlias
Type: String
The parent alias.