IGenericRepository(TEntity).GetAll Method

Template MVC

IGenericRepositoryTEntityGetAll Method

Get all the results of the IEntity

Namespace:  Template.Core.Interface
Assembly:  Template.Repository (in Template.Repository.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
IEnumerable<TEntity> GetAll()

Return Value

Type: IEnumerableTEntity
returns an IEnumerable with all the results
See Also