IsEmpty Property (SQLiteBlob)
On this page
Gets a value indicating whether the
SQLiteBlob is empty or not.
Syntax
|
|---|
'Declaration
Public ReadOnly Property IsEmpty As Boolean |
|
|---|
public bool IsEmpty {get;} |
Property Value
true if the
SQLiteBlob is empty; otherwise,
false.
See Also