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

LookupJoinTableEntity<(Of <(<'TLookupEntity, TEntity, TRelatedEntity>)>)>..::..Include<(Of <(<'TParentRelatedEntity>)>)> Method

Includes the specified related property.

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

Syntax


public LookupJoinTableEntity<TLookupEntity, TEntity, TParentRelatedEntity> Include<TParentRelatedEntity>(
	Expression<Func<TRelatedEntity, TParentRelatedEntity>> relatedProperty
)
Public Function Include(Of TParentRelatedEntity) ( _
	relatedProperty As Expression(Of Func(Of TRelatedEntity, TParentRelatedEntity)) _
) As LookupJoinTableEntity(Of TLookupEntity, TEntity, TParentRelatedEntity)
public:
generic<typename TParentRelatedEntity>
LookupJoinTableEntity<TLookupEntity, TEntity, TParentRelatedEntity>^ Include(
	Expression<Func<TRelatedEntity, TParentRelatedEntity>^>^ relatedProperty
)

Type Parameters

TParentRelatedEntity
The type of the parent related entity.

Parameters

relatedProperty
Type: Expression<(Of <(<'Func<(Of <(<'TRelatedEntity, TParentRelatedEntity>)>)>>)>)>
The related property.

Return Value

LookupJoinTableEntity<TLookupEntity, TEntity, TParentRelatedEntity>.