IDataQueryTQueryWhereAnyColumnContains Method |
Adds condition to all items that contain given text in any of the string columns. Performs a SQL substring search on the data.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax TQuery WhereAnyColumnContains(
string text
)
Parameters
- text
- Type: SystemString
Text to search
Return Value
Type:
TQuerySee Also