Overload List

  NameDescription
FindOne<(Of <(TEntity>)>)(Object) Obsolete.
Obsolete. Use FindById(Type, Object) instead.
(Inherited from UnitOfWorkBase.)
FindOne(Query)
Finds a single Entity that matches the provided Query specification.
(Overrides UnitOfWorkBase..::.FindOne<(Of <(TEntity>)>)(Query).)
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.)

See Also