DataSetToSqlDataSourceConverter.PatchOleDBConnectionString(String, Boolean) Method
Namespace: DevExpress.XtraReports.Import
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
public static string PatchOleDBConnectionString(
string connectionString,
bool useManagedOracleDataProvider
)
Parameters
| Name | Type |
|---|---|
| connectionString | String |
| useManagedOracleDataProvider | Boolean |
Returns
| Type |
|---|
| String |
See Also