See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Set the initial values of DbProvider and ConnectionString that are used when the dialog is shown.

Namespace: NTier.Designer.Forms
Assembly: NTier.Designer.Forms (in NTier.Designer.Forms.dll) Version: 1.0.0.0

Syntax

C#
public void SetDbProviderAndConnectionString(
	DbProvider dbProvider,
	string connectionString
)
Visual Basic
Public Sub SetDbProviderAndConnectionString ( 
	dbProvider As DbProvider,
	connectionString As String
)
Visual C++
public:
void SetDbProviderAndConnectionString(
	DbProvider^ dbProvider, 
	String^ connectionString
)

Parameters

dbProvider
Type: DbProvider
connectionString
Type: System..::..String

See Also