DashboardConfigureDataConnectionEventArgs Properties
Provides data for ConfigureDataConnection events.| Name | Description |
|---|---|
| ConnectionName | Gets the name of the connection for which the event has been raised. Inherited from ConfigureDataConnectionEventArgs. |
| ConnectionParameters | Gets or sets parameters used to establish a connection to data. Inherited from ConfigureDataConnectionEventArgs. |
| DataSourceName | Gets the data source name for which the event was raised. |
See Also