dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlBinaryString Structure / Clone Method

In This Topic
    Clone Method (MySqlBinaryString)
    In This Topic
    Clones the current instance of MySqlBinaryString.
    Syntax
    'Declaration
     
    Public Function Clone() As MySqlBinaryString
    public MySqlBinaryString Clone()

    Return Value

    A new instance of MySqlBinaryString.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also