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.1.5347.20411)
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