Defines the mapping for the IIF(operand1, operand2, operand3) method mapping. Equivalent to operand1 ? operand2 : operand3
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic static FunctionMappingExpression IIF(
	Object operand1,
	Object operand2,
	Object operand3
)
Public Shared Function IIF ( 
	operand1 As Object,
	operand2 As Object,
	operand3 As Object
) As FunctionMappingExpression
Parameters
- operand1
 - Type: SystemObject
The operand1. - operand2
 - Type: SystemObject
The operand2. - operand3
 - Type: SystemObject
The operand3. 
Return Value
Type: 
FunctionMappingExpression
See Also