DataExtensions WhenColumnValue Method Kentico 8.1 API Reference
Adds the condition for the column value to the factory

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

fact
Type: CMS.Base IConditionalObjectFactory
Factory to extend
className
Type: OnlineSystem String
Object class name
columnName
Type: OnlineSystem String
Column name
condition
Type: OnlineSystem Func OnlineObject, OnlineBoolean 
Condition that must be matched, if null, the value converted to bool must match

Return Value

Type: IConditionalObjectFactory
See Also