ADO.NET Provider for Snowflake

Build 23.0.8839

BatchMode

Allow specifying the batch mode. Default: Auto.

Possible Values

Auto, Binding, Upload

データ型

string

デフォルト値

"Auto"

解説

There are two kinds of API for batch opearation: Binding API and Upload API.

  • Auto: When the count of values is less than the session parameter "client_binding_threshold", using the Binding API. Or, using the Upload API.
  • Binding: Using the Binding API.
  • Upload: Using the Upload API.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839