|
Kinetica C# API
Version 7.2.3.1
|
Example: Truncate Table (faster than ClearTable for large tables) More...
Static Public Member Functions | |
| static async Task | RunAsync (string tableName) |
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.
|
inlinestatic |
Definition at line 294 of file TableUtilities.cs.