/// <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; }