DB2®RowsCopiedEventArgs Class
Provides data for the DB2RowsCopied event.
- Namespace:
IBM.Data.DB2
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Inheritance hierarchy
System.Object
System.EventArgs
IBM.Data.DB2.DB2RowsCopiedEventArgs
Syntax
[Visual Basic]
Public Class DB2RowsCopiedEventArgs
Inherits EventArgs
[C#]
public class DB2RowsCopiedEventArgs : EventArgs
[C++]
public ref class DB2RowsCopiedEventArgs : public EventArgs
[JScript]
public class DB2RowsCopiedEventArgs extends EventArgs
Thread safety
Any public static (Shared
in
Visual Basic) members of this type are safe for multithreaded operations.
Any instance members are not guaranteed to be thread safe.