SqlCeRowUpdatingEventArgs Constructor

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Initializes a new instance of the SqlCeRowUpdatingEventArgs class.

  [Visual Basic]
  Public Sub New( _
   ByVal 
  dataRow
   As DataRow, _
   ByVal command As IDbCommand, _
   ByVal statementType As StatementType, _
   ByVal tableMapping As DataTableMapping _
)
[C#]
public SqlCeRowUpdatingEventArgs(
   DataRow dataRow,IDbCommand command,StatementType statementType,DataTableMapping tableMapping
);
[C++]
public: SqlCeRowUpdatingEventArgs(
   DataRow* dataRow,IDbCommand* command,StatementType statementType,DataTableMapping* tableMapping
);
[JScript]
public function SqlCeRowUpdatingEventArgs(
   dataRow : DataRow,
 command : IDbCommand,
 statementType : StatementType,
 tableMapping : DataTableMapping);

Parameters

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeRowUpdatingEventArgs Class | SqlCeRowUpdatingEventArgs Members | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.