Method Contains
| Improve this Doc View SourceContains(_String, _String)
Determines whether column contains specified value.
Declaration
public static _Boolean Contains(this _String x, _String value)
Parameters
| Type | Name | Description |
|---|---|---|
| _String | x | The column. |
| _String | value | The specified value. |
Returns
| Type | Description |
|---|---|
| _Boolean | A _Boolean column which contains the result. |