Overload List

  NameDescription
FindOne<(Of <(TEntity>)>)(Object) Obsolete.
Finds a single Entity by its id.
FindOne<(Of <(TEntity>)>)(Query)
Finds a single Entity that matches the provided Query specification.
FindOne(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 satisfies the provided QueryExpression.
FindOne(Type, Object) Obsolete.
Finds a single Entity by its id.

See Also