RowUpdatingEventArgs Klasse
Definition
Stellt die Daten für das RowUpdating-Ereignis eines .NET Framework-Datenanbieters bereit.Provides the data for the RowUpdating event of a .NET Framework data provider.
public ref class RowUpdatingEventArgs : EventArgs
public class RowUpdatingEventArgs : EventArgs
type RowUpdatingEventArgs = class
inherit EventArgs
Public Class RowUpdatingEventArgs
Inherits EventArgs
- Vererbung
- Abgeleitet
Hinweise
Das RowUpdating
-Ereignis wird normalerweise ausgelöst, Update kurz bevor eine Zeile beginnt.The RowUpdating
event is typically raised just before an Update to a row begins.
Konstruktoren
RowUpdatingEventArgs(DataRow, IDbCommand, StatementType, DataTableMapping) |
Initialisiert eine neue Instanz der RowUpdatingEventArgs-Klasse.Initializes a new instance of the RowUpdatingEventArgs class. |
Eigenschaften
BaseCommand |
Ruft das IDbCommand-Objekt für eine Instanz dieser Klasse ab oder legt dieses fest.Gets or sets the IDbCommand object for an instance of this class. |
Command |
Ruft den während der IDbCommand-Operation auszuführenden Update(DataSet) ab.Gets the IDbCommand to execute during the Update(DataSet) operation. |
Errors |
Ruft alle Fehler ab, die während der Ausführung des Command durch den .NET Framework-Datenanbieter generiert wurden.Gets any errors generated by the .NET Framework data provider when the Command executes. |
Row |
Ruft die DataRow ab, die beim Einfügen, Aktualisieren oder Löschen an den Server gesendet wird.Gets the DataRow that will be sent to the server as part of an insert, update, or delete operation. |
StatementType |
Ruft den Typ der auszuführenden SQL-Anweisung ab.Gets the type of SQL statement to execute. |
Status |
Ruft den UpdateStatus der Command-Eigenschaft ab oder legt diesen fest.Gets or sets the UpdateStatus of the Command property. |
TableMapping |
Ruft die durch das DataTableMapping zu sendende Update(DataSet) ab.Gets the DataTableMapping to send through the Update(DataSet). |
Methoden
Equals(Object) |
Ermittelt, ob das angegebene Objekt und das aktuelle Objekt gleich sind.Determines whether the specified object is equal to the current object. (Geerbt von Object) |
GetHashCode() |
Dient als die Standard-HashfunktionServes as the default hash function. (Geerbt von Object) |
GetType() |
Ruft den Type der aktuellen Instanz ab.Gets the Type of the current instance. (Geerbt von Object) |
MemberwiseClone() |
Erstellt eine flache Kopie des aktuellen Object.Creates a shallow copy of the current Object. (Geerbt von Object) |
ToString() |
Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.Returns a string that represents the current object. (Geerbt von Object) |