
Icon | Member | Description |
---|---|---|
![]() ![]() | FindOne<(Of <(TEntity>)>)(Object) |
Finds a single Entity by it's id.
|
![]() ![]() | FindOne(Type, Object) |
Finds a single Entity by it's id.
|
![]() ![]() | FindOne<(Of <(TEntity>)>)(QueryExpression) |
Finds a single Entity that satisifies the provided QueryExpression.
|
![]() ![]() | FindOne(Type, QueryExpression) |
Finds a single Entity that satisifies the provided QueryExpression.
|
![]() ![]() | FindOne<(Of <(TEntity>)>)(Query) |
Finds a single entity that that satisfies the specified Query.
|
![]() ![]() | FindOne(Query) |
Finds a single entity that that satisfies the specified Query.
|