Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 453 Bytes

IsLikeCaseSensitive.md

File metadata and controls

16 lines (10 loc) · 453 Bytes

SqliteDialect.IsLikeCaseSensitive property

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets a value indicating whether the LIKE operator is case sensitive.

public virtual bool IsLikeCaseSensitive { get; }

Property Value

true if the LIKE operator is sensitive; otherwise, false.

See Also