프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CheckDisposed | void | ||
CheckOpen | void | ||
CreateServiceAsync | Task |
||
GetDataObjectNames | string[] | ||
ICloneable | object | ||
InitializeServiceAsync | Task |
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
BeginDbTransaction ( IsolationLevel isolationLevel ) : |
||
CreateDbCommand ( ) : |
||
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
CheckDisposed ( ) : void | ||
CheckOpen ( ) : void | ||
CreateServiceAsync ( |
||
GetDataObjectNames ( string type ) : string[] | ||
ICloneable ( ) : object | ||
InitializeServiceAsync ( |
protected BeginDbTransaction ( IsolationLevel isolationLevel ) : |
||
isolationLevel | IsolationLevel | |
리턴 |
public BigQueryConnection ( string connectionString ) : System | ||
connectionString | string | A System.String specifying a connection string. |
리턴 | System |
public ChangeDatabase ( string databaseName ) : void | ||
databaseName | string | A System.String value specifying the database name. |
리턴 | void |
public OpenAsync ( |
||
cancellationToken | A cancellation token that can be used to cancel opening a data connection. | |
리턴 | Task |