Provides access to data connections and commands used to operate with a BigQuery data source.
Inheritance: System.Data.Common.DbDataAdapter
 /// <summary>
 /// Initializes a new instance of the BigQueryCommandBuilder class with the specified data adapter.
 /// </summary>
 /// <param name="dataAdapter">A BigQueryDataAdapter for which to generate commands.</param>
 public BigQueryCommandBuilder(BigQueryDataAdapter dataAdapter)
 {
     DataAdapter = dataAdapter;
 }
 /// <summary>
 /// Initializes a new instance of the BigQueryCommandBuilder class with the specified data adapter.
 /// </summary>
 /// <param name="dataAdapter">A BigQueryDataAdapter for which to generate commands.</param>
 public BigQueryCommandBuilder(BigQueryDataAdapter dataAdapter)
 {
     DataAdapter = dataAdapter;
 }