Open joseangelmt opened 1 year ago
With this extension method it is possible to obtain the ID of the last record added as for example:
var newRecord = new StoreRecord<Person> { Storename ="Employees", Data = NewPerson }; var id = await DbManager.AddRecordReturningId(newRecord);
With this extension method it is possible to obtain the ID of the last record added as for example: