C# Class CqlSharp.CqlRowUpdatingEventArgs

Inheritance: System.Data.Common.RowUpdatingEventArgs
Afficher le fichier Open project: reuzel/CqlSharp

Méthodes publiques

Méthode Description
CqlRowUpdatingEventArgs ( DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : System.Data

Initializes a new instance of the CqlRowUpdatingEventArgs class.

Method Details

CqlRowUpdatingEventArgs() public méthode

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.
Résultat System.Data