position property
Where the wildcards sit around the escaped term.
Wildcards are added after escaping, so a % typed into a search box stays
literal while the search is still a contains-match. Escaping afterwards
would neutralise the added wildcards; adding them before would let the
term smuggle its own.
Implementation
final MssqlLikePosition position;