Google BigQuery v2 API - Enum BigQueryParameterMode (3.8.0)

public enum BigQueryParameterMode

Reference documentation and code samples for the Google BigQuery v2 API enum BigQueryParameterMode.

The mode for all the parameters in a query, specified by ParameterMode. Parameters can be named within the query (@parameterName), or positional (?).

Namespace

Google.Cloud.BigQuery.V2

Assembly

Google.Cloud.BigQuery.V2.dll

Fields

NameDescription
Named

Named parameters are used. All parameters in the command must be named.

Positional

Positional parameters are used. Parameter names are ignored.