Skip to content

Conversation

@benitav
Copy link
Collaborator

@benitav benitav commented Jan 12, 2026

Added comprehensive documentation for the new ExecuteBatch() method to the .NET SDK reference page. This includes method signature, usage guidelines, performance benefits, and a practical code example for bulk operations.

Files changed:

  • client-sdk-references/dotnet.mdx

Created by Mintlify agent

Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
// Insert multiple assets in a single batch operation
var sql = "INSERT INTO assets (id, description, make) VALUES (?, ?, ?)";
object?[][] parameters = [
[Guid.NewGuid().ToString(), "Asset 1", "Make A"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can omit the first parameter, and make the first ? be uuid()? Or is that not prefered?

@benitav
Copy link
Collaborator Author

benitav commented Jan 14, 2026

I'm not going to document this yet as this should be solved with a bigger effort to document this for all - I added it to our list. Just testing the Mintlify agent here.

@benitav benitav closed this Jan 14, 2026
@benitav benitav deleted the mintlify/dotnet-executebatch-docs-25508 branch January 21, 2026 15:00
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.

3 participants