Skip to content

Conversation

@joseangelmt
Copy link

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant