LikeOptions interface

Options for a Like filter.

Extends

Properties

escapeChar
singleChar
wildCard

Inherited Properties

matchAction
matchCase

Property Details

escapeChar

escapeChar?: string

Property Value

string

singleChar

singleChar?: string

Property Value

string

wildCard

wildCard?: string

Property Value

string

Inherited Property Details

matchAction

matchAction?: "Any" | "All" | "One"

Property Value

"Any" | "All" | "One"

Inherited From BinaryComparisonOptions.matchAction

matchCase

matchCase?: boolean

Property Value

boolean

Inherited From BinaryComparisonOptions.matchCase