Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initialisiert eine neue Instanz der SqlCeRowUpdatingEventArgs-Klasse.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Sub New ( _
dataRow As DataRow, _
command As IDbCommand, _
statementType As StatementType, _
tableMapping As DataTableMapping _
)
'Usage
Dim dataRow As DataRow
Dim command As IDbCommand
Dim statementType As StatementType
Dim tableMapping As DataTableMapping
Dim instance As New SqlCeRowUpdatingEventArgs(dataRow, _
command, statementType, tableMapping)
public SqlCeRowUpdatingEventArgs(
DataRow dataRow,
IDbCommand command,
StatementType statementType,
DataTableMapping tableMapping
)
public:
SqlCeRowUpdatingEventArgs(
DataRow^ dataRow,
IDbCommand^ command,
StatementType statementType,
DataTableMapping^ tableMapping
)
new :
dataRow:DataRow *
command:IDbCommand *
statementType:StatementType *
tableMapping:DataTableMapping -> SqlCeRowUpdatingEventArgs
public function SqlCeRowUpdatingEventArgs(
dataRow : DataRow,
command : IDbCommand,
statementType : StatementType,
tableMapping : DataTableMapping
)
Parameter
- dataRow
Typ: System.Data.DataRow
Das DataRow-Element für das Update-Element.
- command
Typ: System.Data.IDbCommand
Das während Update auszuführende IDbCommand-Element.
- statementType
Typ: System.Data.StatementType
Einer der StatementType-Werte, der den Typ der ausgeführten Abfrage angibt.
- tableMapping
Typ: System.Data.Common.DataTableMapping
Das durch Update gesendete DataTableMapping-Element.