Click or drag to resize
SelfServicingExtensionMethodsGetFirst Method
Overload List
  NameDescription
Public methodStatic memberGetFirstTEntity(EntityQueryTEntity)
Fetches the first entity of the set returned by the query and returns that entity, if any, otherwise null.
Public methodStatic memberGetFirstTEntity(EntityQueryTEntity, ITransaction)
Fetches the first entity of the set returned by the query and returns that entity, if any, otherwise null.
Public methodStatic memberGetFirstT(IDao, DynamicQueryT)
Fetches the first object of the set returned by the query and returns that object, if any, otherwise null.
Public methodStatic memberGetFirstT(IDao, DynamicQueryT, ITransaction)
Fetches the first object of the set returned by the query and returns that object, if any, otherwise null.
Top
See Also