BusinessLogicRowUpdatedEventArgs Class
SQL Server 2012
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a business logic row updated event arguments.
System.Object
System.EventArgs
System.Data.Common.RowUpdatedEventArgs
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicRowUpdatedEventArgs
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)
The BusinessLogicRowUpdatedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BusinessLogicRowUpdatedEventArgs | Initializes a new instance of the BusinessLogicRowUpdatedEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | Command | Gets the command executed when update is called. |
![]() | Errors | (Inherited from RowUpdatedEventArgs.) |
![]() | RecordsAffected | (Inherited from RowUpdatedEventArgs.) |
![]() | Row | (Inherited from RowUpdatedEventArgs.) |
![]() | RowCount | (Inherited from RowUpdatedEventArgs.) |
![]() | StatementType | (Inherited from RowUpdatedEventArgs.) |
![]() | Status | (Inherited from RowUpdatedEventArgs.) |
![]() | TableMapping | (Inherited from RowUpdatedEventArgs.) |
| Name | Description | |
|---|---|---|
![]() | CopyToRows(DataRow[]) | (Inherited from RowUpdatedEventArgs.) |
![]() | CopyToRows(DataRow[], Int32) | (Inherited from RowUpdatedEventArgs.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |

