BusinessLogicRowUpdatedEventArgs Class

This API supports the infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.Data.Common.RowUpdatedEventArgs
      Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicRowUpdatedEventArgs

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Class BusinessLogicRowUpdatedEventArgs _
    Inherits RowUpdatedEventArgs
'Usage
Dim instance As BusinessLogicRowUpdatedEventArgs
public class BusinessLogicRowUpdatedEventArgs : RowUpdatedEventArgs
public ref class BusinessLogicRowUpdatedEventArgs : public RowUpdatedEventArgs
type BusinessLogicRowUpdatedEventArgs =  
    class
        inherit RowUpdatedEventArgs
    end
public class BusinessLogicRowUpdatedEventArgs extends RowUpdatedEventArgs

The BusinessLogicRowUpdatedEventArgs type exposes the following members.

Constructors

  Name Description
Public method BusinessLogicRowUpdatedEventArgs

Top

Properties

  Name Description
Public property Command
Public property Errors (Inherited from RowUpdatedEventArgs.)
Public property RecordsAffected (Inherited from RowUpdatedEventArgs.)
Public property Row (Inherited from RowUpdatedEventArgs.)
Public property RowCount (Inherited from RowUpdatedEventArgs.)
Public property StatementType (Inherited from RowUpdatedEventArgs.)
Public property Status (Inherited from RowUpdatedEventArgs.)
Public property TableMapping (Inherited from RowUpdatedEventArgs.)

Top

Methods

  Name Description
Public method CopyToRows(array<DataRow[]) (Inherited from RowUpdatedEventArgs.)
Public method CopyToRows(array<DataRow[], Int32) (Inherited from RowUpdatedEventArgs.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

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