Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
These sample applications on GitHub show how to perform bulk create and update operations using the Web API CreateMultiple, UpdateMultiple and UpsertMultiple actions. The messages for these actions 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:
- Two projects that perform the same CreateMultiple and UpdateMultiple operations in different ways so that you can compare the performance of each method.
- One project that demonstrates using the UpsertMultiple action.
See the README.md file in each sample for detailed instructions about how to run the sample and what it does.
See Also
Bulk Operation messages
Sample: SDK for .NET Use bulk operations
Write plug-ins for CreateMultiple and UpdateMultiple
Sample: CreateMultiple and UpdateMultiple plug-ins