C# 클래스 MySql.Data.MySqlClient.MySqlRowUpdatingEventArgs

Provides data for the RowUpdating event. This class cannot be inherited.
상속: System.Data.Common.RowUpdatingEventArgs
파일 보기 프로젝트 열기: elevate/mysqlconnector-.net 1 사용 예제들

공개 메소드들

메소드 설명
MySqlRowUpdatingEventArgs ( DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : System

Initializes a new instance of the MySqlRowUpdatingEventArgs class.

메소드 상세

MySqlRowUpdatingEventArgs() 공개 메소드

Initializes a new instance of the MySqlRowUpdatingEventArgs class.
public MySqlRowUpdatingEventArgs ( DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : System
row System.Data.DataRow The to /// .
command IDbCommand The to execute during .
statementType StatementType One of the values that specifies the type of query executed.
tableMapping System.Data.Common.DataTableMapping The sent through an .
리턴 System