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

On this page
    RowsCopied Property
    On this page
    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