C# 클래스 CqlSharp.CqlRowUpdatedEventArgs

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

공개 메소드들

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

Initializes a new instance of the CqlRowUpdatedEventArgs class.

메소드 상세

CqlRowUpdatedEventArgs() 공개 메소드

Initializes a new instance of the CqlRowUpdatedEventArgs class.
public CqlRowUpdatedEventArgs ( 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