Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

any examples of the <list> required for bulk insert? #98

Open
snobrdinrtiste opened this issue Aug 31, 2016 · 0 comments
Open

any examples of the <list> required for bulk insert? #98

snobrdinrtiste opened this issue Aug 31, 2016 · 0 comments

Comments

@snobrdinrtiste
Copy link

snobrdinrtiste commented Aug 31, 2016

hello,
i'm a noob in EF/LINQ and I have a project that needs to do a bulk insert of about 40 records at a time.
the json object i'm sending over via http.post looks like the following:
{
questiondata100: "true",
questionnotes100: "test comment 0",
questiondata101: "true",
questionnotes101: "test comment 1",
questiondata102: "false",
questionnotes102: "test comment 2"
}

are there any examples showing the structure needed for the bulk insert?

@snobrdinrtiste snobrdinrtiste changed the title help setting up entities for multiple records in JSON object any examples of the <list> required for bulk insert? Sep 1, 2016
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

No branches or pull requests

1 participant