SelfServicingExtensionMethods.GetFirst Method |
Name | Description | |
---|---|---|
![]() ![]() | GetFirst<TEntity>(EntityQuery<TEntity>) |
Fetches the first entity of the set returned by the query and returns that entity, if any, otherwise null.
|
![]() ![]() | GetFirst<TEntity>(EntityQuery<TEntity>, ITransaction) |
Fetches the first entity of the set returned by the query and returns that entity, if any, otherwise null.
|
![]() ![]() | GetFirst<T>(IDao, DynamicQuery<T>) |
Fetches the first object of the set returned by the query and returns that object, if any, otherwise null.
|
![]() ![]() | GetFirst<T>(IDao, DynamicQuery<T>, ITransaction) |
Fetches the first object of the set returned by the query and returns that object, if any, otherwise null.
|