IConnectionStringBuilder

Allows the implementation of classes that builds connection strings.

Namespace:
Inetdev.Data
Type:
Interface
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
Yes

Methods

BuildConnectionString

Builds a connection string.

Signature:
public String BuildConnectionString(dataAccessAPI, userName, password)
Parameters
Name Type Summary
dataAccessAPI IDbAccess The IDbAccess object to which requires a connection string.
userName String The user name to access the database.
password String The password of the user to access the database.

In this document