TableFilterDefinition<(Of <(<'TEntity>)>)>..::..Include<(Of <(<'TRelatedEntity>)>)> Method
Includes the specified related property.
Namespace:
RingSoft.DbLookup.TableProcessingAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public RelatedTableFilterDefinition<TRelatedEntity> Include<TRelatedEntity>( Expression<Func<TEntity, TRelatedEntity>> relatedProperty )
Public Function Include(Of TRelatedEntity) ( _ relatedProperty As Expression(Of Func(Of TEntity, TRelatedEntity)) _ ) As RelatedTableFilterDefinition(Of TRelatedEntity)
public: generic<typename TRelatedEntity> RelatedTableFilterDefinition<TRelatedEntity>^ Include( Expression<Func<TEntity, TRelatedEntity>^>^ relatedProperty )
Type Parameters
- TRelatedEntity
- The type of the related entity.
Parameters
- relatedProperty
- Type: Expression<(Of <(<'Func<(Of <(<'TEntity, TRelatedEntity>)>)>>)>)>
The related property.