Overload List
Name | Description | |
---|---|---|
![]() | FindOne<(Of <(TEntity>)>)(Object) | Obsolete.
Finds a single Entity by its id.
|
![]() | FindOne<(Of <(TEntity>)>)(Query) | |
![]() | FindOne(Query) | |
![]() | 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.
|