Kinetica   C#   API  Version 7.2.3.1
Example.AdoBatchInsertExample Class Reference

Demonstrates the high-performance batch insert feature of the Kinetica ADO.NET driver. More...

Static Public Member Functions

static async Task RunAsync (string serverUrl, string username, string password)
 

Detailed Description

Demonstrates the high-performance batch insert feature of the Kinetica ADO.NET driver.

This example shows:

  • Enabling batch mode via connection properties
  • Enabling batch mode via connection string
  • Performance comparison between regular and batch inserts
  • Various data types with batch inserts

Definition at line 16 of file AdoBatchInsertExample.cs.

Member Function Documentation

◆ RunAsync()

static async Task Example.AdoBatchInsertExample.RunAsync ( string  serverUrl,
string  username,
string  password 
)
inlinestatic

Definition at line 20 of file AdoBatchInsertExample.cs.


The documentation for this class was generated from the following file: