Click or drag to resize
IDataQueryTQueryWhereAnyColumn Method
Matches the given condition on any column with the same type as the given value type.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
TQuery WhereAnyColumn(
	QueryOperator op,
	Object value
)

Parameters

op
Type: CMS.DataEngineQueryOperator
Operator
value
Type: SystemObject
Value

Return Value

Type: TQuery
See Also