SqlCeDataAdapter.CreateRowUpdatingEvent Method
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
This member overrides DbDataAdapter.CreateRowUpdatingEvent.
Overrides Protected Function CreateRowUpdatingEvent( _
ByVal dataRow As DataRow, _ ByVal command As IDbCommand, _ ByVal statementType As StatementType, _ ByVal tableMapping As DataTableMapping _) As RowUpdatingEventArgs
[C#]
protected override RowUpdatingEventArgs CreateRowUpdatingEvent(DataRowdataRow,IDbCommandcommand,StatementTypestatementType,DataTableMappingtableMapping);
[C++]
protected: RowUpdatingEventArgs* CreateRowUpdatingEvent(DataRow* dataRow,IDbCommand* command,StatementTypestatementType,DataTableMapping* tableMapping);
[JScript]
protected override function CreateRowUpdatingEvent(
dataRow : DataRow,command : IDbCommand,statementType : StatementType,tableMapping : DataTableMapping) : RowUpdatingEventArgs;
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
SqlCeDataAdapter Class | SqlCeDataAdapter Members | System.Data.SqlServerCe Namespace