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()
 

Property Value

The binary representation of the structure.
Remarks
This property is read-only. Use MySqlBinaryString constructors to assign a value to the structure.
See Also