Routes an entity read request to the underlying data store, so that the first TEntity in the order defined by TOrderingCriteria is obtained.

Name Description
GetFirst() Routes an entity read request to the underlying data store, so that the first TEntity is obtained.
GetFirst(TFilteringCriteria, TOrderingCriteria) Routes an entity read request to the underlying data store, so that the first TEntity in compliance with the TFilteringCriteria and in the order defined by TOrderingCriteria is obtained.
GetFirst(TOrderingCriteria) Routes an entity read request to the underlying data store, so that the first TEntity in the order defined by TOrderingCriteria is obtained.