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

OracleConnectionParameters.ProviderType Property

Gets or sets the managed or unmanaged provider type used to create a database connection.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

[DefaultValue(OracleProviderType.ODP)]
public OracleProviderType ProviderType { get; set; }

Property Value

Type Default Description
OracleProviderType **ODP**

The provider type used to create a database connection.

Available values:

Name Description
ODP

The unmanaged ODP data provider.

ODPManaged

The managed ODP provider.

Remarks

See the Configuring Oracle Data Provider for .NET topic for differences between managed and unmanaged Oracle Data Providers.

See Also