Firebird ADO.NET Provider SDK Documentation - v1.7

FbDatabaseInfo.OdsMinorVersion Property

Gets the On-disk structure (ODS) minor version number.

[Visual Basic]
Public ReadOnly Property OdsMinorVersion As Integer
[C#]
public int OdsMinorVersion {get;}

Remarks

An increase in a minor version number indicates a non-structural change, one that still allows the database to be accessed by database engines with the same major version number but possibly different minor version numbers.

See Also

FbDatabaseInfo Class | FirebirdSql.Data.Firebird Namespace