Skip to main content
A newer version of this page is available. .

ConnectionPropertiesPage.ProviderTypeOracle Property

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v20.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual OracleProviderType ProviderTypeOracle { get; set; }

Property Value

Type
OracleProviderType

Available values:

Name Description
ODP

The unmanaged ODP data provider.

ODPManaged

The managed ODP provider.

See Also