Click or drag to resize
PortalOnRowUpdated Method
This method is used in conjunction with optimistic concurrency checking.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
protected static void OnRowUpdated(
	Object sender,
	SqlRowUpdatedEventArgs args
)

Parameters

sender
Type: SystemObject
SqlDataAdapter.RowUpdated Event
args
Type: System.Data.SqlClientSqlRowUpdatedEventArgs
SqlRowUpdatedEventArgs
See Also