LookupJoinTableEntity<(Of <(<'TLookupEntity, TEntity, TRelatedEntity>)>)>..::..Include<(Of <(<'TParentRelatedEntity>)>)> Method
Includes the specified related property.
Namespace:
RingSoft.DbLookup.LookupAssembly: 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.