dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteConnectionStringBuilder Class / CaseSensitiveLike Property

In This Topic
    CaseSensitiveLike Property
    In This Topic
    Gets or sets a value indicating whether LIKE comparisons should be case-sensitive.
    Syntax
    'Declaration
     
    Public Property CaseSensitiveLike As Boolean
    public bool CaseSensitiveLike {get; set;}

    Property Value

    If true, comparison operations with LIKE are case-sensitive; otherwise, they are not. By default, false.
    See Also