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

Provides data for the RowUpdating event.
상속: System.Data.Common.RowUpdatingEventArgs
파일 보기 프로젝트 열기: DevExpress/BigQueryProvider

공개 메소드들

메소드 설명
BigQueryRowUpdatingEventArgs ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : System.Data

Initializes a new instance of the BigQueryRowUpdatingEventArgs class.

메소드 상세

BigQueryRowUpdatingEventArgs() 공개 메소드

Initializes a new instance of the BigQueryRowUpdatingEventArgs class.
public BigQueryRowUpdatingEventArgs ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : System.Data
dataRow System.Data.DataRow The DataRow sent throught an Update.
command IDbCommand A BigQueryCommand being executed when Update is called.
statementType StatementType A StatementType enumeration value indicating the type of the statement being executed.
tableMapping System.Data.Common.DataTableMapping The DataTableMapping sent through an Update.
리턴 System.Data