Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Initializes a new instance of the SqlCeRowUpdatedEventArgs class.
[Visual Basic] Public Sub New( _ ByVal dataRow As DataRow, _ ByVal command As IDbCommand, _ ByVal statementType As StatementType, _ ByVal tableMapping As DataTableMapping _ ) [C#] public SqlCeRowUpdatedEventArgs( DataRow dataRow,IDbCommand command,StatementType statementType,DataTableMapping tableMapping ); [C++] public: SqlCeRowUpdatedEventArgs( DataRow* dataRow,IDbCommand* command,StatementType statementType,DataTableMapping* tableMapping ); [JScript] public function SqlCeRowUpdatedEventArgs( dataRow : DataRow, command : IDbCommand, statementType : StatementType, tableMapping : DataTableMapping);
Parameters
- dataRow
The DataRow sent through an Update. - command
The IDbCommand executed when Update is called. - statementType
One of the StatementType values that specifies the type of query executed. - tableMapping
The DataTableMapping sent through an Update.
Requirements
Platforms: .NET Compact Framework
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
SqlCeRowUpdatedEventArgs Class | SqlCeRowUpdatedEventArgs Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.