Click or drag to resize

DatabaseDBMSVersionMinor Property

Gets the DBMS minor version number. Note that the minor version number is valid only if DBMSVersionMajor, the major version number, is positive. Use DBMSVersionMajor to get the major version number.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int DBMSVersionMinor { get; }

Property Value

Type: Int32

Implements

IDatabaseDBMSVersionMinor
See Also