Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Version: Available or changed with runtime version 10.0.
Returns the lowest active RowVersion in the database. This is the lowest RowVersion for an uncomitted row, meaning rows with a lower timestamp than this value are guaranteed to be comitted. If there are no active transactions, this value is equal to LastUsedRowVersion + 1.
Syntax
RowVersion := Database.MinimumActiveRowVersion()
Note
This method can be invoked without specifying the data type name.
Return Value
RowVersion
Type: BigInteger
The lowest active RowVersion in the database.
Related information
Database Data Type
Getting Started with AL
Developing Extensions