Represents MySQL BINARY and VARBINARY types.
For a list of all members of this type, see MySqlBinaryString members.
Devart.Data.MySql.MySqlBinaryString
[Visual Basic]
Public Structure MySqlBinaryString
Inherits ValueType
Implements INullable , IComparable [C#]
public struct MySqlBinaryString : ValueType , INullable , IComparable This structure manages BINARY and VARBINARY as strings with certain encoding (specified with the Encoding property).
The following example demonstrates how to insert and fetch text data using binary types.
[C#]
MySqlCommand insertCommand = new MySqlCommand("insert into autotest.simple_types (f_binary, f_varbinary) values (:p1, :p2)", connection); |
MySqlBinaryString Members | Devart.Data.MySql Namespace | Value Property | Encoding Property | Buffer Property
© 2002 - 2008 Devart. All Rights Reserved.