SqlCeRowUpdatingEventArgs Constructor

Initializes a new instance of the SqlCeRowUpdatingEventArgs class.

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
)
public SqlCeRowUpdatingEventArgs (
    DataRow dataRow, 
    IDbCommand command, 
    StatementType statementType, 
    DataTableMapping tableMapping
)
public function SqlCeRowUpdatingEventArgs (
    dataRow : DataRow, 
    command : IDbCommand, 
    statementType : StatementType, 
    tableMapping : DataTableMapping
)

Parameters

  • command
    The IDbCommand to execute during Update.
  • statementType
    One of the StatementType values that specifies the type of query executed.

.NET Framework Security

  • Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see .

Platforms

Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows XP Professional x64 Edition, Windows XP SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Version Information

.NET Compact Framework

Supported in: 2.0, 1.0

See Also

Reference

SqlCeRowUpdatingEventArgs Class
SqlCeRowUpdatingEventArgs Members
System.Data.SqlServerCe Namespace