Click or drag to resize

RepositoryTKey, TValueGetAll Method

Returns all entities T from the repository

Namespace:  Crosser.Common.Utilities.Persistence
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public static IEnumerable<TValue> GetAll()

Return Value

Type: IEnumerableTValue
All entities in this repository
See Also