C# 클래스 DevExpress.DataAccess.BigQuery.BigQueryCommandBuilder

Automatically generates commands to be executed against a BigQuery data source.
상속: System.Data.Common.DbCommandBuilder
파일 보기 프로젝트 열기: DevExpress/BigQueryProvider

공개 메소드들

메소드 설명
BigQueryCommandBuilder ( ) : System.Data

Initializes a new instance of the BigQueryCommandBuilder class with default settings.

BigQueryCommandBuilder ( BigQueryDataAdapter dataAdapter ) : System.Data

Initializes a new instance of the BigQueryCommandBuilder class with the specified data adapter.

GetDeleteCommand ( ) : BigQueryCommand

Returns a command that deletes records from a data source.

GetDeleteCommand ( bool useColumnsForParameterNames ) : BigQueryCommand

Returns a command that deletes records from a data source.

GetInsertCommand ( ) : BigQueryCommand

Returns a command that inserts a record into a data source.

GetInsertCommand ( bool useColumnsForParameterNames ) : BigQueryCommand

Returns a command that inserts a record into a data source.

OnRowUpdatingHandler ( object sender, RowUpdatingEventArgs e ) : void
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 ( DbParameter parameter, DataRow row, StatementType statementType, bool whereClause ) : void
GetParameterName ( int parameterOrdinal ) : string
GetParameterName ( string parameterName ) : string
GetParameterPlaceholder ( int parameterOrdinal ) : string
GetSchemaTable ( DbCommand sourceCommand ) : DataTable
SetRowUpdatingHandler ( DbDataAdapter dataAdapter ) : void

메소드 상세

ApplyParameterInfo() 보호된 메소드

protected ApplyParameterInfo ( DbParameter parameter, DataRow row, StatementType statementType, bool whereClause ) : void
parameter System.Data.Common.DbParameter
row System.Data.DataRow
statementType StatementType
whereClause bool
리턴 void

BigQueryCommandBuilder() 공개 메소드

Initializes a new instance of the BigQueryCommandBuilder class with default settings.
public BigQueryCommandBuilder ( ) : System.Data
리턴 System.Data

BigQueryCommandBuilder() 공개 메소드

Initializes a new instance of the BigQueryCommandBuilder class with the specified data adapter.
public BigQueryCommandBuilder ( BigQueryDataAdapter dataAdapter ) : System.Data
dataAdapter BigQueryDataAdapter A BigQueryDataAdapter for which to generate commands.
리턴 System.Data

GetDeleteCommand() 공개 메소드

Returns a command that deletes records from a data source.
public GetDeleteCommand ( ) : BigQueryCommand
리턴 BigQueryCommand

GetDeleteCommand() 공개 메소드

Returns a command that deletes records from a data source.
public GetDeleteCommand ( bool useColumnsForParameterNames ) : BigQueryCommand
useColumnsForParameterNames bool pecifies whether to generate parameter names based on column names.
리턴 BigQueryCommand

GetInsertCommand() 공개 메소드

Returns a command that inserts a record into a data source.
public GetInsertCommand ( ) : BigQueryCommand
리턴 BigQueryCommand

GetInsertCommand() 공개 메소드

Returns a command that inserts a record into a data source.
public GetInsertCommand ( bool useColumnsForParameterNames ) : BigQueryCommand
useColumnsForParameterNames bool Specifies whether to generate parameter names based on column names.
리턴 BigQueryCommand

GetParameterName() 보호된 메소드

protected GetParameterName ( int parameterOrdinal ) : string
parameterOrdinal int
리턴 string

GetParameterName() 보호된 메소드

protected GetParameterName ( string parameterName ) : string
parameterName string
리턴 string

GetParameterPlaceholder() 보호된 메소드

protected GetParameterPlaceholder ( int parameterOrdinal ) : string
parameterOrdinal int
리턴 string

GetSchemaTable() 보호된 메소드

protected GetSchemaTable ( DbCommand sourceCommand ) : DataTable
sourceCommand System.Data.Common.DbCommand
리턴 System.Data.DataTable

OnRowUpdatingHandler() 공개 메소드

public OnRowUpdatingHandler ( object sender, RowUpdatingEventArgs e ) : void
sender object
e System.Data.Common.RowUpdatingEventArgs
리턴 void

QuoteIdentifier() 공개 메소드

Returns a properly quoted analog of the specified quoted identifier.
public QuoteIdentifier ( string unquotedIdentifier ) : string
unquotedIdentifier string a string containing an unquoted identifier.
리턴 string

SetRowUpdatingHandler() 보호된 메소드

protected SetRowUpdatingHandler ( DbDataAdapter dataAdapter ) : void
dataAdapter System.Data.Common.DbDataAdapter
리턴 void

UnquoteIdentifier() 공개 메소드

Returns an unquoted analog of the specified quoted identifier.
public UnquoteIdentifier ( string quotedIdentifier ) : string
quotedIdentifier string a string containing an unquoted identifier.
리턴 string