Overload List
Name | Description | |
---|---|---|
![]() | FindOne<(Of <(TEntity>)>)(Object) | Obsolete.
Obsolete. Use FindById(Type, Object) instead.
(Inherited from UnitOfWorkBase.) |
![]() | FindOne(Query) | (Inherited from UnitOfWork.) |
![]() | FindOne<(Of <(TEntity>)>)(QueryExpression) |
Finds a single Entity that satisfies the provided QueryExpression.
(Inherited from UnitOfWorkBase.) |
![]() | FindOne(Type, QueryExpression) |
Finds a single Entity that satisifies the provided QueryExpression.
(Inherited from UnitOfWorkBase.) |
![]() | FindOne(Type, Object) | Obsolete.
Obsolete. Use FindById(Type, Object) instead.
(Inherited from UnitOfWorkBase.) |