This topic has not yet been rated - Rate this topic

BusinessLogicRowUpdatingEventHandler Delegate

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

Represents the method that will handle a row updating event.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
public delegate void BusinessLogicRowUpdatingEventHandler(
	Object sender,
	BusinessLogicRowUpdatingEventArgs e
)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.