Overload List

  NameDescription
FindOne<(Of <(TEntity>)>)(Object) Obsolete.
Obsolete. Use FindById(Type, Object) instead.
FindOne(Query)
Finds a single Entity that matches the provided Query specification.
(Overrides UnitOfWorkBase..::.FindOne<(Of <(TEntity>)>)(Query).)
FindOne<(Of <(TEntity>)>)(Query)
Finds a single Entity that matches the provided Query specification.
FindOne<(Of <(TEntity>)>)(QueryExpression)
Finds a single Entity that satisfies the provided QueryExpression.
FindOne(Type, QueryExpression)
Finds a single Entity that satisifies the provided QueryExpression.
FindOne(Type, Object) Obsolete.
Obsolete. Use FindById(Type, Object) instead.

See Also