See also:
NTier Windows Forms Framework Home
NTier Framework API reference
NTier Windows Forms Framework Home
NTier Framework API reference
The DbConnectionDialogAction type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DbConnectionDialogAction | Initializes a new instance of the DbConnectionDialogAction class |
Methods
| Name | Description | |
|---|---|---|
| CloneCore | (Overrides NActionCloneCore()()()().) | |
| Dispose()()()() | (Inherited from NAction.) | |
| Dispose(Boolean) | (Inherited from NAction.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from NAction.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetReferencedBy | (Inherited from NAction.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | (Inherited from NAction.) | |
| OnBeforeRun | (Inherited from NAction.) | |
| OnEnabledChanged | (Inherited from NAction.) | |
| Run | (Inherited from NAction.) | |
| RunCore | (Overrides NActionRunCore()()()().) | |
| SetDbProviderAndConnectionString |
Set the initial values of DbProvider and ConnectionString that are used when the dialog is shown.
| |
| SetupDialog | ||
| ShowDataConnectionDialog | ||
| ToString | (Inherited from NAction.) |
Properties
| Name | Description | |
|---|---|---|
| ConnectionString |
Get or set the connection string.
This property is used as an initial value when the dialog is shown and
is populated after the user makes a selection.
| |
| DataSources |
Get the list of DataSources that are shown on the form.
| |
| DbProvider |
Get the DbProvider chosen by the user.
| |
| Enabled | (Inherited from NAction.) | |
| EnabledCore | (Inherited from NAction.) | |
| HeaderLabel |
Get or set the caption to display at the top of the dialog.
| |
| HostingComponent | (Inherited from NAction.) | |
| ProviderName |
Get or set the provider name.
This property is used as an initial value when the dialog is shown and
is populated after the user makes a selection.
| |
| ReferencedBy | (Inherited from NAction.) | |
| Site | (Inherited from NAction.) | |
| Title |
Get or set the caption to display in the top border.
|
Events
| Name | Description | |
|---|---|---|
| Disposed | (Inherited from NAction.) | |
| EnabledChanged | (Inherited from NAction.) |