You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: