C# Class CqlSharp.CqlDataAdapter

Inheritance: System.Data.Common.DbDataAdapter, IDbDataAdapter
Afficher le fichier Open project: reuzel/CqlSharp

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
CreateRowUpdatedEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : RowUpdatedEventArgs

Initializes a new instance of the T:System.Data.Common.RowUpdatedEventArgs class.

CreateRowUpdatingEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : RowUpdatingEventArgs

Initializes a new instance of the T:System.Data.Common.RowUpdatingEventArgs class.

OnRowUpdated ( RowUpdatedEventArgs value ) : void

Raises the RowUpdated event of a .NET Framework data provider.

OnRowUpdating ( RowUpdatingEventArgs value ) : void

Raises the RowUpdating event of a .NET Framework data provider.

Method Details

CreateRowUpdatedEvent() protected méthode

Initializes a new instance of the T:System.Data.Common.RowUpdatedEventArgs class.
protected CreateRowUpdatedEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : RowUpdatedEventArgs
dataRow System.Data.DataRow The used to update the data source.
command IDbCommand /// The executed during the /// /// . ///
statementType StatementType Whether the command is an UPDATE, INSERT, DELETE, or SELECT statement.
tableMapping System.Data.Common.DataTableMapping A object.
Résultat System.Data.Common.RowUpdatedEventArgs

CreateRowUpdatingEvent() protected méthode

Initializes a new instance of the T:System.Data.Common.RowUpdatingEventArgs class.
protected CreateRowUpdatingEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : RowUpdatingEventArgs
dataRow System.Data.DataRow The that updates the data source.
command IDbCommand /// The to execute during the /// /// . ///
statementType StatementType Whether the command is an UPDATE, INSERT, DELETE, or SELECT statement.
tableMapping System.Data.Common.DataTableMapping A object.
Résultat System.Data.Common.RowUpdatingEventArgs

OnRowUpdated() protected méthode

Raises the RowUpdated event of a .NET Framework data provider.
protected OnRowUpdated ( RowUpdatedEventArgs value ) : void
value System.Data.Common.RowUpdatedEventArgs A that contains the event data.
Résultat void

OnRowUpdating() protected méthode

Raises the RowUpdating event of a .NET Framework data provider.
protected OnRowUpdating ( RowUpdatingEventArgs value ) : void
value System.Data.Common.RowUpdatingEventArgs An that contains the event data.
Résultat void