Value Property (SQLiteText)
Gets the string that is stored in the specified
SQLiteText object.
'Declaration
Public Shadows ReadOnly Property Value As String
public new string Value {get;}
Property Value
The string to be stored or value retrieved from database.