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.
Properties
Name | Description | |
---|---|---|
Command | ||
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.) |
Top
Methods
Name | Description | |
---|---|---|
CopyToRows(array<DataRow[]) | (Inherited from RowUpdatedEventArgs.) | |
CopyToRows(array<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.) |
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.