Skip to content

ISqlDialect.IsLikeCaseSensitive property

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

public bool IsLikeCaseSensitive { get; }

Property Value

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

See Also