[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.OleDBDataSource.OnConnectionStringChanging

OnConnectionStringChanging Method

OnConnectionStringChanging(string)

Called when the connection string is about to change; validates and normalizes the new value.

Declaration
protected override string OnConnectionStringChanging(string value)
Parameters
Type Name Description
string value

The new connection string value.

Returns
Type Description
string

The validated or normalized connection string.

Overrides