CaseSensitiveLike Property
Gets or sets a value indicating whether LIKE comparisons should be case-sensitive.
|
|---|
'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.