dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlBinaryString Structure
Fields Properties Methods

MySqlBinaryString Structure Members

The following tables list the members exposed by MySqlBinaryString.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the MySqlBinaryString structure.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Represents empty instance of MySqlBinaryString.  
Top
Public Properties
 NameDescription
Public PropertyGets the binary representation of the structure.  
Public PropertyGets or sets the encoding used to convert Byte[] representation of this instance to String.  
Public PropertyGets a value indicating whether this instance is empty.  
Public PropertyGets length of string representation in characters.  
Public PropertyGets the string representation of the structure.  
Top
Public Methods
 NameDescription
Public MethodClones the current instance of MySqlBinaryString.  
Public MethodOverloaded. Compares two MySqlBinaryString instances.  
Public Methodstatic (Shared in Visual Basic)Concats two specified MySqlBinaryString instances and returns the result of the operation.  
Public MethodReturns a value indicating whether two MySqlBinaryString instances have same value.  
Public MethodReturns the hash code of string representation for this instance.  
Public MethodReturns the string representation of this instance using binary data and encoding stored in this instance.  
Top
Public Operators
Concats two specified MySqlBinaryString instances and returns the result of the operation.
Returns a value indicating whether two MySqlBinaryString instances have same value.
Converts the MySqlBinaryString parameter to System.String.
Compares twoMySqlBinaryString structures to determine if the first is greater than the second.
Compares twoMySqlBinaryString structures to determine if the first is greater than or equal to the second.
Converts the System.String parameter to the MySqlBinaryString structure.
Determines whether twoMySqlBinaryString values are not equal.
Compares twoMySqlBinaryString structures to determine if the first is less than the second.
Compares twoMySqlBinaryString structures to determine if the first is less than or equal to the second.
Top
See Also