Adds the condition for the column value to the factory
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- fact
- Type: CMS.Base.IConditionalObjectFactory
Factory to extend
- className
- Type: System.String
Object class name
- columnName
- Type: System.String
Column name
- condition
- Type: System.Func<Object, Boolean>
Condition that must be matched, if null, the value converted to bool must match
Return Value
Type: IConditionalObjectFactorySee Also