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; }
Public ReadOnly Property DBMSVersionMinor As Integer
Get
Property Value
Type:
Int32Implements
IDatabaseDBMSVersionMinorSee Also