Routes an entity read request to the underlying data store, so that the first TEntity is obtained.
Name | Description |
---|---|
GetFirst(TFilteringCriteria) | Routes an entity read request to the underlying data store, so that the first TEntity in compliance with the TFilteringCriteria 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. |