dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteText Class / SQLiteText Constructor / SQLiteText Constructor(String)
The string to store.

In This Topic
SQLiteText Constructor(String)
In This Topic
Initializes a new instance of the SQLiteText class, setting the Value property to the specified string.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As String _
)
 

Parameters

value
The string to store.
See Also