BusinessLogicRowUpdatedEventArgs Class
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.
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 | |
---|---|---|
BusinessLogicRowUpdatedEventArgs | Initializes a new instance of the BusinessLogicRowUpdatedEventArgs class. |
Top
Properties
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.) |
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.
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace