Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.DataEngine Namespaces
CMS.DataEngine
IDataQuery(TQuery) Interface
IDataQuery(TQuery) Methods
BinaryData Method
Except Method
ExpandColumns Method
From Method
Intersect Method
OrderByDefault Method
Source Method
Union Method
UnionAll Method
WhereAnyColumn Method
WhereAnyColumnContains Method
WithSettings Method
WithSource Method
IDataQuery
TQuery
WhereAnyColumn 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#
Copy
TQuery
WhereAnyColumn
(
QueryOperator
op
,
Object
value
)
Parameters
op
Type:
CMS.DataEngine
QueryOperator
Operator
value
Type:
System
Object
Value
Return Value
Type:
TQuery
See Also
Reference
IDataQuery
TQuery
Interface
CMS.DataEngine Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com