Kinetica   C#   API  Version 7.2.3.1
Example.TruncateTableExample Class Reference

Example: Truncate Table (faster than ClearTable for large tables) More...

Static Public Member Functions

static async Task RunAsync (string tableName)
 

Detailed Description

Example: Truncate Table (faster than ClearTable for large tables)

Uses SQL TRUNCATE which is faster than DELETE for large tables.

Definition at line 292 of file TableUtilities.cs.

Member Function Documentation

◆ RunAsync()

static async Task Example.TruncateTableExample.RunAsync ( string  tableName)
inlinestatic

Definition at line 294 of file TableUtilities.cs.


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