NotContains
public void NotContains(string key, string value);
Parameters
| Value | Type | Description | 
|---|---|---|
| key | string | Column's key value | 
| value | string | Type of data to compare | 
Description
It is used to search the data whose key column data does not contain the value.
The key must not begin with a number. If it does, a warning is displayed, and 'Where' is not added. 
Example
where.NotContains(string key, string value);