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

TableDefinition<(Of <(<'TEntity>)>)>..::..GetJoinCollection<(Of <(<'TChildEntity>)>)> Method

Gets the join collection.

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

Syntax


public Object GetJoinCollection<TChildEntity>(
	TChildEntity childEntity,
	ForeignKeyDefinition foreignKey
)
Public Function GetJoinCollection(Of TChildEntity) ( _
	childEntity As TChildEntity, _
	foreignKey As ForeignKeyDefinition _
) As Object
public:
generic<typename TChildEntity>
Object^ GetJoinCollection(
	TChildEntity childEntity, 
	ForeignKeyDefinition^ foreignKey
)

Type Parameters

TChildEntity
The type of the t child entity.

Parameters

childEntity
Type: TChildEntity
The child entity.
foreignKey
Type: RingSoft.DbLookup.ModelDefinition..::..ForeignKeyDefinition
The foreign key.

Return Value

System.Object.