Method NotLike
| Improve this Doc View SourceNotLike(_String, _String)
Determines whether a specific character string does not match a specified pattern.
Declaration
public static _Boolean NotLike(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. |