메소드 | 설명 | |
---|---|---|
BigQueryCommandBuilder ( ) : System.Data |
Initializes a new instance of the BigQueryCommandBuilder class with default settings.
|
|
BigQueryCommandBuilder ( |
Initializes a new instance of the BigQueryCommandBuilder class with the specified data adapter.
|
|
GetDeleteCommand ( ) : |
Returns a command that deletes records from a data source.
|
|
GetDeleteCommand ( bool useColumnsForParameterNames ) : |
Returns a command that deletes records from a data source.
|
|
GetInsertCommand ( ) : |
Returns a command that inserts a record into a data source.
|
|
GetInsertCommand ( bool useColumnsForParameterNames ) : |
Returns a command that inserts a record into a data source.
|
|
OnRowUpdatingHandler ( object sender, |
||
QuoteIdentifier ( string unquotedIdentifier ) : string |
Returns a properly quoted analog of the specified quoted identifier.
|
|
UnquoteIdentifier ( string quotedIdentifier ) : string |
Returns an unquoted analog of the specified quoted identifier.
|
메소드 | 설명 | |
---|---|---|
ApplyParameterInfo ( |
||
GetParameterName ( int parameterOrdinal ) : string | ||
GetParameterName ( string parameterName ) : string | ||
GetParameterPlaceholder ( int parameterOrdinal ) : string | ||
GetSchemaTable ( |
||
SetRowUpdatingHandler ( |
protected ApplyParameterInfo ( |
||
parameter | ||
row | ||
statementType | StatementType | |
whereClause | bool | |
리턴 | void |
public BigQueryCommandBuilder ( |
||
dataAdapter | A BigQueryDataAdapter for which to generate commands. | |
리턴 | System.Data |
public GetDeleteCommand ( bool useColumnsForParameterNames ) : |
||
useColumnsForParameterNames | bool | pecifies whether to generate parameter names based on column names. |
리턴 |
public GetInsertCommand ( bool useColumnsForParameterNames ) : |
||
useColumnsForParameterNames | bool | Specifies whether to generate parameter names based on column names. |
리턴 |
protected GetParameterName ( int parameterOrdinal ) : string | ||
parameterOrdinal | int | |
리턴 | string |
protected GetParameterName ( string parameterName ) : string | ||
parameterName | string | |
리턴 | string |
protected GetParameterPlaceholder ( int parameterOrdinal ) : string | ||
parameterOrdinal | int | |
리턴 | string |
protected GetSchemaTable ( |
||
sourceCommand | ||
리턴 |
public OnRowUpdatingHandler ( object sender, |
||
sender | object | |
e | ||
리턴 | void |
public QuoteIdentifier ( string unquotedIdentifier ) : string | ||
unquotedIdentifier | string | a string containing an unquoted identifier. |
리턴 | string |
protected SetRowUpdatingHandler ( |
||
dataAdapter | ||
리턴 | void |
public UnquoteIdentifier ( string quotedIdentifier ) : string | ||
quotedIdentifier | string | a string containing an unquoted identifier. |
리턴 | string |