Click or drag to resize

SelfServicingExtensionMethods.GetFirst Method

Overload List
  NameDescription
Public methodStatic memberGetFirst<TEntity>(EntityQuery<TEntity>)
Fetches the first entity of the set returned by the query and returns that entity, if any, otherwise null.
Public methodStatic memberGetFirst<TEntity>(EntityQuery<TEntity>, ITransaction)
Fetches the first entity of the set returned by the query and returns that entity, if any, otherwise null.
Public methodStatic memberGetFirst<T>(IDao, DynamicQuery<T>)
Fetches the first object of the set returned by the query and returns that object, if any, otherwise null.
Public methodStatic memberGetFirst<T>(IDao, DynamicQuery<T>, ITransaction)
Fetches the first object of the set returned by the query and returns that object, if any, otherwise null.
Top
See Also