C# Класс CqlSharp.CqlRowUpdatedEventArgs

Наследование: System.Data.Common.RowUpdatedEventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
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