cruppstahl / upscaledb

A very fast lightweight embedded database engine with a built-in query language.
https://upscaledb.com
Apache License 2.0
570 stars 71 forks source link

Add InsertRecNo method to hamsterdb-dotnet #51

Closed mjmckp closed 9 years ago

mjmckp commented 9 years ago

Allows insertion of records into record number databases where the key value is automatically assigned and returned.

cruppstahl commented 9 years ago

Thank you!