| IWhereConditionTParentWhereNotContains Method | 
            Adds the condition for a string column not to contain some substring
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
 Syntax
SyntaxTParent WhereNotContains(
	string columnName,
	string value
)
Parameters
- columnName
- Type: SystemString
 Column name
- value
- Type: SystemString
 Value
Return Value
Type: 
TParent See Also
See Also