PostgresDialect.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