Suoranta.EnterpriseLib.Web - Developer API

ApiController<(Of <(<'TContext>)>)>..::..AsDTO<(Of <(<'TEntity, TResponse>)>)> Method (IQueryable<(Of <(<'TEntity>)>)>)

Namespace:  Suoranta.EnterpriseLib.Web.WebAPI
Assembly:  Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)

Syntax


protected OkNegotiatedContentResult<IEnumerable<TResponse>> AsDTO<TEntity, TResponse>(
	IQueryable<TEntity> results
)

Type Parameters

TEntity
TResponse

Parameters

results
Type: IQueryable<(Of <(<'TEntity>)>)>