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
public bool IsEmpty {get;}
Property Value
true if the
MySqlGuid is empty; otherwise,
false.
See Also