IWhereConditionTParentWhereNotStartsWith Method |
Adds the condition for a string column not to start with some prefix
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax TParent WhereNotStartsWith(
string columnName,
string value
)
Parameters
- columnName
- Type: SystemString
Column name - value
- Type: SystemString
Value
Return Value
Type:
TParentSee Also