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

Provides access to data connections and commands used to operate with a BigQuery data source.
상속: System.Data.Common.DbDataAdapter
파일 보기 프로젝트 열기: DevExpress/BigQueryProvider 1 사용 예제들

공개 메소드들

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

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

BigQueryDataAdapter ( BigQueryCommand selectCommand ) : System.Data

Initializes a new instance of the BigQueryDataAdapter class.

BigQueryDataAdapter ( string selectCommandText, BigQueryConnection connection ) : System.Data

Initializes a new instance of the BigQueryDataAdapter class.

보호된 메소드들

메소드 설명
CreateRowUpdatedEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : RowUpdatedEventArgs
CreateRowUpdatingEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : RowUpdatingEventArgs
OnRowUpdated ( RowUpdatedEventArgs value ) : void
OnRowUpdating ( RowUpdatingEventArgs value ) : void

메소드 상세

BigQueryDataAdapter() 공개 메소드

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

BigQueryDataAdapter() 공개 메소드

Initializes a new instance of the BigQueryDataAdapter class.
public BigQueryDataAdapter ( BigQueryCommand selectCommand ) : System.Data
selectCommand BigQueryCommand A BigQueryCommand object specifying a command used to obtain rows from a BigQuery data table.
리턴 System.Data

BigQueryDataAdapter() 공개 메소드

Initializes a new instance of the BigQueryDataAdapter class.
public BigQueryDataAdapter ( string selectCommandText, BigQueryConnection connection ) : System.Data
selectCommandText string The text of a command used to obtain rows from a BigQuery data table.
connection BigQueryConnection A BigQueryConnection object specifying an active connection to BigQuery.
리턴 System.Data

CreateRowUpdatedEvent() 보호된 메소드

protected CreateRowUpdatedEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : RowUpdatedEventArgs
dataRow System.Data.DataRow
command IDbCommand
statementType StatementType
tableMapping System.Data.Common.DataTableMapping
리턴 System.Data.Common.RowUpdatedEventArgs

CreateRowUpdatingEvent() 보호된 메소드

protected CreateRowUpdatingEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : RowUpdatingEventArgs
dataRow System.Data.DataRow
command IDbCommand
statementType StatementType
tableMapping System.Data.Common.DataTableMapping
리턴 System.Data.Common.RowUpdatingEventArgs

OnRowUpdated() 보호된 메소드

protected OnRowUpdated ( RowUpdatedEventArgs value ) : void
value System.Data.Common.RowUpdatedEventArgs
리턴 void

OnRowUpdating() 보호된 메소드

protected OnRowUpdating ( RowUpdatingEventArgs value ) : void
value System.Data.Common.RowUpdatingEventArgs
리턴 void