ProviderNuGetVersion

This property specifies the ODP.NET NuGet version number.

Declaration

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

Property Type

System.String

Property Values

This property returns a string with the ODP.NET NuGet package version number in the format of "x.x.x" where each “x” is a digit in the version.

Remarks

The property is read-only.

The string is returned regardless of the connection state.