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 SourceGet(Database)
Declaration
string Get(Database database)
Parameters
Type | Name | Description |
---|---|---|
Database | database |
Returns
Type | Description |
---|---|
System.String |