AdapterExtensionMethodsFetchFirst Method | 
| Name | Description | |
|---|---|---|
| FetchFirstT(IDataAccessAdapter, DynamicQueryT) | 
            Fetches the first object of the set returned by the query and returns that object, if any, otherwise null.
              | |
| FetchFirstTEntity(IDataAccessAdapter, EntityQueryTEntity) | 
            Fetches the first entity of the set returned by the query and returns that entity, if any, otherwise null.
              |