Defines the mapping for the Math.Tan(operand) method mapping
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic static FunctionMappingExpression Tan(
	Object operand
)
Public Shared Function Tan ( 
	operand As Object
) As FunctionMappingExpression
Parameters
- operand
 - Type: SystemObject
The operand. 
Return Value
Type: 
FunctionMappingExpression
See Also