RelatedTableFilterDefinition<(Of <(<'TRelatedEntity>)>)>..::..Include<(Of <(<'TParentRelatedEntity>)>)> Method
Includes the specified related property.
Namespace:
RingSoft.DbLookup.TableProcessingAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public RelatedTableFilterDefinition<TParentRelatedEntity> Include<TParentRelatedEntity>( Expression<Func<TRelatedEntity, TParentRelatedEntity>> relatedProperty )
Public Function Include(Of TParentRelatedEntity) ( _ relatedProperty As Expression(Of Func(Of TRelatedEntity, TParentRelatedEntity)) _ ) As RelatedTableFilterDefinition(Of TParentRelatedEntity)
public: generic<typename TParentRelatedEntity> RelatedTableFilterDefinition<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.