Show / Hide Table of Contents

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 Source

Get(Database)

Declaration
IDbConnection Get(Database database)
Parameters
Type Name Description
Database database
Returns
Type Description
System.Data.IDbConnection
  • Improve this Doc
  • View Source
Back to top Copyright © 2018