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.FormsAssembly: 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
) |
See Also