C# Класс CqlSharp.CqlDataAdapter

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

Private Properties

Свойство Тип Описание

Защищенные методы

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

Описание методов

CreateRowUpdatedEvent() защищенный Метод

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.
Результат System.Data.Common.RowUpdatedEventArgs

CreateRowUpdatingEvent() защищенный Метод

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.
Результат System.Data.Common.RowUpdatingEventArgs

OnRowUpdated() защищенный Метод

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.
Результат void

OnRowUpdating() защищенный Метод

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.
Результат void