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

TableDefinition<(Of <(<'TEntity>)>)>..::..FillOutChildKey Method

Fills the out child key.

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

Syntax


public void FillOutChildKey(
	TEntity entity,
	ForeignKeyDefinition childKey
)
Public Sub FillOutChildKey ( _
	entity As TEntity, _
	childKey As ForeignKeyDefinition _
)
public:
void FillOutChildKey(
	TEntity entity, 
	ForeignKeyDefinition^ childKey
)

Parameters

entity
Type: TEntity
The entity.
childKey
Type: RingSoft.DbLookup.ModelDefinition..::..ForeignKeyDefinition
The child key.