ProviderName

This property specifies the ODP.NET provider type and version.

Declaration

// C#
public static string ProviderName { get; }

Property Type

System.String

Property Values

Managed ODP.NET returns a string consisting of "ODPM.NET : x.x.x.0.0".

ODP.NET Core returns a string consisting of "ODPC.NET : x.x.x.0.0 : y,y".

"x.x.x" is the NuGet package version, such as 23.5.0, of the provider. "y.y" is the target .NET Standard or .NET runtime version, such as 2.1, of the provider.

Remarks

The property is read-only.

The string is returned regardless of the connection state.