GetCredentialByIdExtensions
Extension methods for 'GetCredentialById'.
public static class GetCredentialByIdExtensions
Methods
GetCredentialByIdAsync(SqliteConnection, object)
public static Task<Result<ImmutableList<GetCredentialById>, SqlError>> GetCredentialByIdAsync(this SqliteConnection connection, object id)
Executes 'GetCredentialById.sql' and maps results.
Parameters:
| Name | Type | Description |
|---|---|---|
connection |
SqliteConnection |
Open SqliteConnection connection. |
id |
Object |
Query parameter. |
Returns: SqlError>> - Result of records or SQL error.