Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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