Interface IGetDbConnection
Provided with a Database input, the interface will return a database connection object
Namespace: Albatross.Database
Assembly: Albatross.Database.dll
Syntax
public interface IGetDbConnection
Methods
| Improve this Doc View SourceGet(Database)
Declaration
IDbConnection Get(Database database)
Parameters
| Type | Name | Description |
|---|---|---|
| Database | database |
Returns
| Type | Description |
|---|---|
| System.Data.IDbConnection |