Show / Hide Table of Contents

Interface IGetConnectionString

Provide with an Database object, the interface can produce a connection string by invoking the Get(Database) function.

Namespace: Albatross.Database
Assembly: Albatross.Database.dll
Syntax
public interface IGetConnectionString

Methods

| Improve this Doc View Source

Get(Database)

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