Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Deutsch) » SQL Anywhere Server - Programmierung » SQL Anywhere Datenzugriff-APIs » SQL Anywhere .NET 2.0 API-Referenz » iAnywhere.Data.SQLAnywhere-Namespace (.NET 2.0) » SARowUpdatedEventArgs-Klasse

 

SARowUpdatedEventArgs-Konstruktor

Initialisiert eine neue Instanz der SARowUpdatedEventArgs-Klasse.

Syntax
Visual Basic

Public Sub New( _
   ByVal row As DataRow, _
   ByVal command As IDbCommand, _
   ByVal statementType As StatementType, _
   ByVal tableMapping As DataTableMapping _
)
C#

public  SARowUpdatedEventArgs(
   DataRow row,
   IDbCommand command,
   StatementType statementType,
   DataTableMapping tableMapping
);
Parameter
  • row   Das DataRow-Objekt, das durch ein Update gesendet wird.

  • command   Das IDbCommand-Objekt, das beim Aufruf von Update ausgeführt wird.

  • statementType   Einer der StatementType-Werte, die den Typ der angegebenen Abfrage definieren.

  • tableMapping   Die DataTableMapping-Eigenschaft, die über ein Update gesendet wird.

Siehe auch