dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLoaderRowsCopiedEventArgs Class / RowsCopied Property

In This Topic
    RowsCopied Property
    In This Topic
    Gets the number of rows processed since the previous RowsCopied event call.
    Syntax
    'Declaration
     
    Public ReadOnly Property RowsCopied As Integer
    public int RowsCopied {get;}

    Property Value

    The number of rows processed since the previous RowsCopied event call.
    See Also