IWhereConditionTParentWhereEquals Method |
Adds the given where condition to the query. Matches the column to a given value.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax TParent WhereEquals(
string columnName,
Object value
)
Parameters
- columnName
- Type: SystemString
Column name - value
- Type: SystemObject
Value
Return Value
Type:
TParentSee Also