WstDataAdapter.CreateRowUpdatedEvent Method

[This is internal Microsoft documentation - Do not distribute.]

Abstract method inherited from DbDataAdapter.

Namespace: Microsoft.Webstore.WstClient
Assembly: ICL (in icl.dll)

Syntax

'Declaration

  Protected Overrides Function CreateRowUpdatedEvent ( _
    dataRow As DataRow, _
    command As IDbCommand, _
    statementType As StatementType, _
    tableMapping As DataTableMapping _
) As RowUpdatedEventArgs
  protected override RowUpdatedEventArgs CreateRowUpdatedEvent (
    DataRow dataRow,
    IDbCommand command,
    StatementType statementType,
    DataTableMapping tableMapping
)

Parameters

  • dataRow
    DataRow
  • command
    WstCommand
  • statementType
    StatementType
  • tableMapping
    TableMapping

Return Value

RowUpdatedEventArgs

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

WstDataAdapter Class
WstDataAdapter Members
Microsoft.Webstore.WstClient Namespace