dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDumpProgressEventArgs Class / ObjectCount Property

In This Topic
    ObjectCount Property
    In This Topic
    Gets how many objects MySqlDump has to backup.
    Syntax
    'Declaration
     
    Public ReadOnly Property ObjectCount As Integer
    public int ObjectCount {get;}

    Property Value

    Number of objects to backup.
    Remarks

    You can determine overall progress of Backup operation comparing ObjectNumber and ObjectCount properties. To determine detailed progress for particular table you can use Progress and MaxProgress properties.

    This property is not used in events fired by Restore method.

    See Also