Property | Type | Description | |
---|---|---|---|
CheckDisposed | void | ||
CheckOpen | void | ||
CreateServiceAsync | Task |
||
GetDataObjectNames | string[] | ||
ICloneable | object | ||
InitializeServiceAsync | Task |
Method | Description | |
---|---|---|
BigQueryConnection ( ) : System |
Initializes a new instance of the BigQueryConnection class with default settings.
|
|
BigQueryConnection ( string connectionString ) : System |
Initializes a new instance of the BigQueryConnection class with the specified connection string.
|
|
ChangeDatabase ( string databaseName ) : void |
Changes the database for the current connection.
|
|
Close ( ) : void |
Closes the current data connection.
|
|
CreateCommand ( ) : |
Creates a new BigQuery command associated with the current data connection.
|
|
GetDataSetNames ( ) : string[] |
Returns a list of datasets available in the current Google Cloud Platform project.
|
|
GetTableNames ( ) : string[] |
Returns a list of tables available in the current BigQuery dataset.
|
|
GetViewNames ( ) : string[] |
Returns a list of views available in the current BigQuery dataset.
|
|
Open ( ) : void |
Opens a data connection.
|
|
OpenAsync ( |
Asynchronously opens a data connection.
|
Method | Description | |
---|---|---|
BeginDbTransaction ( IsolationLevel isolationLevel ) : |
||
CreateDbCommand ( ) : |
||
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
CheckDisposed ( ) : void | ||
CheckOpen ( ) : void | ||
CreateServiceAsync ( |
||
GetDataObjectNames ( string type ) : string[] | ||
ICloneable ( ) : object | ||
InitializeServiceAsync ( |
protected BeginDbTransaction ( IsolationLevel isolationLevel ) : |
||
isolationLevel | IsolationLevel | |
return |
public BigQueryConnection ( string connectionString ) : System | ||
connectionString | string | A System.String specifying a connection string. |
return | System |
public ChangeDatabase ( string databaseName ) : void | ||
databaseName | string | A System.String value specifying the database name. |
return | void |
protected CreateDbCommand ( ) : |
||
return |
public OpenAsync ( |
||
cancellationToken | A cancellation token that can be used to cancel opening a data connection. | |
return | Task |