Represents an strategy for matching strings using "like".
The following tables list the members exposed by the MatchMode type.
Public Methods
| Name | Description | |
|---|---|---|
| ToMatchString |
Convert the pattern, by appending/prepending "%"
| |
| ToString |
The string representation of the MatchMode.
(Overrides .ToString().) |
Public Fields
| Name | Description | |
|---|---|---|
| Anywhere |
Match the pattern anywhere in the string
| |
| End |
Match the end of the string to the pattern
| |
| Exact |
Match the entire string to the pattern
| |
| Start |
Match the start of the string to the pattern
|
Protected Constructors
| Name | Description | |
|---|---|---|
| MatchModeNew |
Initialize a new instance of the MatchMode class.
|