Get the connection strings collection from the configuration file.

Namespace: Cartella.Support
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public static DBConnectionSetting[] GetConnectionSettings(
	Assembly assembly
)
Visual Basic
Public Shared Function GetConnectionSettings ( _
	assembly As Assembly _
) As DBConnectionSetting()
Visual C++
public:
static array<DBConnectionSetting>^ GetConnectionSettings(
	Assembly^ assembly
)

Parameters

assembly
Type: System.Reflection..::..Assembly
Assembly of the fallback app.config

Return Value

Array of connection string objects

See Also