GenericRepository(TEntity).GetAll Method

Template MVC

GenericRepositoryTEntityGetAll Method

Get all the results of the IEntity

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

Return Value

Type: IEnumerableTEntity
returns an IEnumerable with all the results

Implements

IGenericRepositoryTEntityGetAll
See Also