Compartir a través de


SqlCeRowUpdatedEventArgs Constructor

Inicializa una nueva instancia de la clase SqlCeRowUpdatedEventArgs.

Espacio de nombres:  System.Data.SqlServerCe
Ensamblado:  System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)

Sintaxis

'Declaración
Public Sub New ( _
    dataRow As DataRow, _
    command As IDbCommand, _
    statementType As StatementType, _
    tableMapping As DataTableMapping _
)
'Uso
Dim dataRow As DataRow
Dim command As IDbCommand
Dim statementType As StatementType
Dim tableMapping As DataTableMapping

Dim instance As New SqlCeRowUpdatedEventArgs(dataRow, _
    command, statementType, tableMapping)
public SqlCeRowUpdatedEventArgs(
    DataRow dataRow,
    IDbCommand command,
    StatementType statementType,
    DataTableMapping tableMapping
)
public:
SqlCeRowUpdatedEventArgs(
    DataRow^ dataRow, 
    IDbCommand^ command, 
    StatementType statementType, 
    DataTableMapping^ tableMapping
)
new : 
        dataRow:DataRow * 
        command:IDbCommand * 
        statementType:StatementType * 
        tableMapping:DataTableMapping -> SqlCeRowUpdatedEventArgs
public function SqlCeRowUpdatedEventArgs(
    dataRow : DataRow, 
    command : IDbCommand, 
    statementType : StatementType, 
    tableMapping : DataTableMapping
)

Parámetros

Vea también

Referencia

SqlCeRowUpdatedEventArgs Clase

Espacio de nombres System.Data.SqlServerCe