| WhereConditionBaseTParentWhereNotEndsWith Method (String, String) | 
            Adds the condition for a string column not to end with some prefix
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntaxpublic virtual TParent WhereNotEndsWith(
	string columnName,
	string value
)
Parameters
- columnName
 - Type: SystemString
Column name - value
 - Type: SystemString
Value 
Return Value
Type: 
TParent
See Also