Enum BigQueryParameterMode (2.4.0)

public 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

Name Description
Named

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

Positional

Positional parameters are used. Parameter names are ignored.