dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlBinaryString Structure / Buffer Property

In This Topic
    Buffer Property
    In This Topic
    Gets the binary representation of the structure.
    Syntax
    'Declaration
     
    Public ReadOnly Property Buffer As Byte()
    public byte[] Buffer {get;}

    Property Value

    The binary representation of the structure.
    Remarks
    This property is read-only. Use MySqlBinaryString constructors to assign a value to the structure.
    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