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

In This Topic
    ObjectName Property
    In This Topic
    Gets name of current object being dumped.
    Syntax
    'Declaration
     
    Public ReadOnly Property ObjectName As String
    public string ObjectName {get;}

    Property Value

    Name of current object being dumped.
    Remarks

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

    See Also