| ConnectionExtensions Methods |
The ConnectionExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| Apply |
Get the result of executing the specified AML query
| |
| ApplyAsync |
Get the result of executing the specified AML query
| |
| ApplySql(IAsyncConnection, Command, Boolean) |
Get the result of executing the specified SQL query
| |
| ApplySql(IConnection, Command, Object) |
Get the result of executing the specified SQL query
| |
| AsDb | ||
| ItemById(IConnection, String, String) |
Retrieve an item based on its type and ID
| |
| ItemByIdT(IConnection, String, String, FuncIReadOnlyItem, T) |
Retrieve an item based on its type and ID and map it to an object
| |
| ItemByKeyedName |
Retrieve an item based on its type and keyed name
| |
| ItemByQuery(IConnection, Command) |
Get a single item from the database using the specified query. If the result is not a single item, an exception will be thrown
| |
| ItemByQuery(IConnection, Command, Boolean) |
Get a single item from the database using the specified query asynchronously. If the result is not a single item, an exception will be thrown
| |
| Lock | ||
| NextSequence | ||
| Promote | ||
| Unlock |