Method Like
| Improve this Doc View SourceLike(_String, _String)
Determines whether a specific character string matches a specified pattern.
Declaration
public static _Boolean Like(this _String source, _String pattern)
Parameters
Type | Name | Description |
---|---|---|
_String | source | The source string column. |
_String | pattern | The pattern. |
Returns
Type | Description |
---|---|
_Boolean | _Boolean column that contains the result. |