TypeConditionWhereNotEqualsOrNull Method |
Adds another condition into TypeCondition.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public TypeCondition WhereNotEqualsOrNull(
string conditionColumn,
Object conditionValue,
Object defaultColumnValue = null
)
Parameters
- conditionColumn
- Type: SystemString
Name of the column the value of which can distinguish between the object types - conditionValue
- Type: SystemObject
Value of the condition column which determines specified type - defaultColumnValue (Optional)
- Type: SystemObject
The default column value that would be set into info object in case of type condition application.
Return Value
Type:
TypeConditionSee Also