Click or drag to resize
IRepositoryAsyncTAllIncluding Method
Get an IQueryable interface for the repository including child object / collection references

Namespace: AccidentalFish.ApplicationSupport.Core.Repository
Assembly: AccidentalFish.ApplicationSupport.Core (in AccidentalFish.ApplicationSupport.Core.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
IQueryable<T> AllIncluding(
	params Expression<Func<T, Object>>[] includeProperties
)

Parameters

includeProperties
Type: System.Linq.ExpressionsExpressionFuncT, Object
The child object / collection references to also fetch

Return Value

Type: IQueryableT
An IQueryable interface
See Also