dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteText Class / SQLiteText Constructor / SQLiteText Constructor(String,Boolean)
The string to store.
true, if client charset UTF8 is used; false, if default client charset is used.

In This Topic
    SQLiteText Constructor(String,Boolean)
    In This Topic
    Initializes a new instance of the SQLiteText class, setting the Value property to the specified string and specifying what encoding will be used.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As String, _
       ByVal isUnicode16 As Boolean _
    )
    public SQLiteText( 
       string value,
       bool isUnicode16
    )

    Parameters

    value
    The string to store.
    isUnicode16
    true, if client charset UTF8 is used; false, if default client charset is used.
    See Also