Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 2.21 KB

File metadata and controls

39 lines (30 loc) · 2.21 KB
title description ms.date author ms.author ms.reviewer ms.topic search.audienceType search.app contributors
Sample: SDK for .NET Use bulk operations (Microsoft Dataverse) | Microsoft Docs
This sample shows how to perform bulk create and update operations using several different approaches including the use of CreateMultipleRequest and UpdateMultipleRequest classes. The messages for these request classes are optimized to provide the most performant way to create or update records with Dataverse.
06/01/2023
divkamath
dikamath
jdaly
sample
developer
PowerApps
D365CE
JimDaly
phecke

Sample: SDK for .NET Use bulk operations

These sample applications on GitHub show how to perform bulk create and update operations using several different approaches including the use of CreateMultipleRequest and UpdateMultipleRequest classes. The messages for these request classes are optimized to provide the most performant way to create or update records with Dataverse.

This sample is a Visual Studio .NET 6.0 solution that contains five different projects that perform the same operations in different ways so that you can compare the performance of each method.

Note

This solution also contains an UpsertMultiple project that demonstrates the use of the UpsertMultipleRequest class

See the README.md file in each sample for detailed instructions about how to run the sample and what it does.

[!div class="nextstepaction"] SDK for .NET bulk operations sample

See Also

Bulk Operation messages
Write plug-ins for CreateMultiple and UpdateMultiple
Sample: CreateMultiple and UpdateMultiple plug-ins

[!INCLUDEfooter-include]