C# 클래스 CqlSharp.CqlRowUpdatingEventArgs

상속: System.Data.Common.RowUpdatingEventArgs
파일 보기 프로젝트 열기: reuzel/CqlSharp

공개 메소드들

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

Initializes a new instance of the CqlRowUpdatingEventArgs class.

메소드 상세

CqlRowUpdatingEventArgs() 공개 메소드

Initializes a new instance of the CqlRowUpdatingEventArgs class.
public CqlRowUpdatingEventArgs ( DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : System.Data
row System.Data.DataRow The row.
command IDbCommand The command.
statementType StatementType Type of the statement.
tableMapping System.Data.Common.DataTableMapping The table mapping.
리턴 System.Data