Skip to content

Added extension method that stores returning the ID#41

Open
joseangelmt wants to merge 1 commit into
wtulloch:masterfrom
joseangelmt:add-extension-methods
Open

Added extension method that stores returning the ID#41
joseangelmt wants to merge 1 commit into
wtulloch:masterfrom
joseangelmt:add-extension-methods

Conversation

@joseangelmt

Copy link
Copy Markdown

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