RowUpdatingEventArgs Класс
Определение
Предоставляет данные для события RowUpdating поставщика данных .NET.Provides the data for the RowUpdating event of a .NET data provider.
public ref class RowUpdatingEventArgs : EventArgs
public ref class RowUpdatingEventArgs abstract : EventArgs
public class RowUpdatingEventArgs : EventArgs
public abstract class RowUpdatingEventArgs : EventArgs
type RowUpdatingEventArgs = class
inherit EventArgs
Public Class RowUpdatingEventArgs
Inherits EventArgs
Public MustInherit Class RowUpdatingEventArgs
Inherits EventArgs
- Наследование
- Производный
Комментарии
RowUpdating
Событие обычно вызывается непосредственно перед Update началом строки.The RowUpdating
event is typically raised just before an Update to a row begins.
Конструкторы
RowUpdatingEventArgs(DataRow, IDbCommand, StatementType, DataTableMapping) |
Инициализирует новый экземпляр класса RowUpdatingEventArgs.Initializes a new instance of the RowUpdatingEventArgs class. |
Свойства
BaseCommand |
Возвращает или задает объект IDbCommand для экземпляра этого класса.Gets or sets the IDbCommand object for an instance of this class. |
Command |
Получает интерфейс IDbCommand для выполнения во время операции Update(DataSet).Gets the IDbCommand to execute during the Update(DataSet) operation. |
Errors |
Возвращает ошибки, создаваемые поставщиком данных .NET при выполнении Command.Gets any errors generated by the .NET data provider when the Command executes. |
Row |
Получает объект DataRow, который будет отправлен на сервер в качестве части операции вставки, обновления или удаления.Gets the DataRow that will be sent to the server as part of an insert, update, or delete operation. |
StatementType |
Получает тип оператора SQL для выполнения.Gets the type of SQL statement to execute. |
Status |
Возвращает или задает значение UpdateStatus свойства Command.Gets or sets the UpdateStatus of the Command property. |
TableMapping |
Получает объект DataTableMapping для отправки с помощью метода Update(DataSet).Gets the DataTableMapping to send through the Update(DataSet). |
Методы
Equals(Object) |
Определяет, равен ли указанный объект текущему объекту.Determines whether the specified object is equal to the current object. (Унаследовано от Object) |
GetHashCode() |
Служит хэш-функцией по умолчанию.Serves as the default hash function. (Унаследовано от Object) |
GetType() |
Возвращает объект Type для текущего экземпляра.Gets the Type of the current instance. (Унаследовано от Object) |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от Object) |
ToString() |
Возвращает строку, представляющую текущий объект.Returns a string that represents the current object. (Унаследовано от Object) |