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[-suffix] where each x is a digit in the version. The suffix is optional. A suffix could be -dev, for example, to represent a developer release..
Remarks
The property is read-only.
The string is returned regardless of the connection state.