다음을 통해 공유


OracleRowUpdatingEventArgs 생성자

정의

OracleRowUpdatingEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 OracleRowUpdatingEventArgs(System::Data::DataRow ^ row, System::Data::IDbCommand ^ command, System::Data::StatementType statementType, System::Data::Common::DataTableMapping ^ tableMapping);
public OracleRowUpdatingEventArgs (System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping);
new System.Data.OracleClient.OracleRowUpdatingEventArgs : System.Data.DataRow * System.Data.IDbCommand * System.Data.StatementType * System.Data.Common.DataTableMapping -> System.Data.OracleClient.OracleRowUpdatingEventArgs
Public Sub New (row As DataRow, command As IDbCommand, statementType As StatementType, tableMapping As DataTableMapping)

매개 변수

row
DataRow

업데이트할 DataRow입니다.

command
IDbCommand

업데이트하는 동안 실행할 IDbCommand입니다.

statementType
StatementType

실행되는 쿼리 형식을 지정하는 StatementType 값 중 하나입니다.

tableMapping
DataTableMapping

업데이트를 통해 전송되는 DataTableMapping입니다.

적용 대상