dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlGuid Class / IsEmpty Property

In This Topic
IsEmpty Property (MySqlGuid)
In This Topic
Gets a value indicating whether the MySqlGuid is empty or not.
Syntax
'Declaration
 
Public ReadOnly Property IsEmpty As Boolean
 

Property Value

true if the MySqlGuid is empty; otherwise, false.
Remarks
IsEmpty is also true if MySqlGuid has Null value.
See Also