ConfigureDataConnectionEventArgs(String, DataConnectionParametersBase) Constructor
Initializes a new instance of the ConfigureDataConnectionEventArgs class.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
public ConfigureDataConnectionEventArgs(
string connectionName,
DataConnectionParametersBase connectionParameters
)
Parameters
Name | Type | Description |
---|---|---|
connectionName | String | A String that specifies the name of the connection for which the event has been raised. |
connectionParameters | DataConnectionParametersBase | A DataConnectionParametersBase descendant that contains connection parameters.property. |
Remarks
Instances of the ConfigureDataConnectionEventArgs class are automatically created, initialized and passed to the corresponding event handlers. Typically, there is no need to call this constructor directly from your code.
See Also