Beispiel #1
0
 /// <summary>
 /// Deletes this table.
 /// This method just creates a <see cref="TableReference"/> and delegates to <see cref="BigQueryClient.DeleteTable(TableReference, DeleteTableOptions)"/>.
 /// </summary>
 /// <param name="options">The options for the operation. May be null, in which case defaults will be supplied.</param>
 public void Delete(DeleteTableOptions options = null) => _client.DeleteTable(Reference, options);