17.6.2.1 OracleRowsCopiedEventArgs(long)
This constructor creates a new instance of the OracleRowsCopiedEventArgs object.
                  
Declaration
// C#
public OracleRowsCopiedEventArgs(long rowsCopied);
Parameters
- 
                        rowsCopiedAn Int64value that indicates the number of rows copied during the current bulk copy operation.
Remarks
The value in the rowsCopied parameter is reset by each call to a WriteToServer method.