ApexSQL.Log.Api Send comments on this topic.
UpdateRowOperation Class
See Also  Members  



Class describing objects for logged UPDATE operations.

Object Model








Syntax

Visual Basic (Declaration) 
Public NotInheritable Class UpdateRowOperation 
   Inherits DmlLogOperation
Visual Basic (Usage)Copy Code
Dim instance As UpdateRowOperation
C# 
public sealed class UpdateRowOperation : DmlLogOperation 
C++/CLI 
public ref class UpdateRowOperation sealed : public DmlLogOperation 

Example

Inheritance Hierarchy

System.Object
   ApexSql.Log.LogOperation
      ApexSql.Log.DmlLogOperation
         ApexSql.Log.UpdateRowOperation

See Also