ADO.NET Provider for Google BigQuery

Build 26.0.9655

DeleteTable

Deletes the specified table from Google BigQuery.

Stored Procedure-Specific Information

To execute this stored procedure, enter:
    EXEC DeleteTable TableId='my_table_id'

Input

Name Type Description
TableId String Specifies the ID of the table to delete. The Project ID and Dataset ID can be sourced from the connection properties or overridden using the format projectId:datasetId.TableId.

Result Set Columns

Name Type Description
Success String Returns 'true' if the table was successfully deleted. If the deletion fails, an exception is thrown instead of returning 'false'.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655