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

In This Topic
IsNull Property (MySqlBinaryString)
In This Topic
Gets a value indicating whether this instance is empty.
Syntax
'Declaration
 
Public ReadOnly Property IsNull As Boolean
 

Property Value

true, if the structure is empty; otherwise, false.
See Also