메소드 | 설명 | |
---|---|---|
ConnectionString ( Databases dbName = Databases.Default ) : string |
Gets the appropriate connection string based on the provided database name.
|
|
GetProfiledConnection ( string connectionString ) : |
Generates a profiled database connection using the provided connection string.
|
public static ConnectionString ( Databases dbName = Databases.Default ) : string | ||
dbName | Databases | The database for which to fetch connection string. |
리턴 | string |
public static GetProfiledConnection ( string connectionString ) : |
||
connectionString | string | Database connection string. |
리턴 |