Click or drag to resize

MathFunctionsLog Method

Defines the mapping for the Math.Log(operand1, operand2) 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)
Syntax
public static FunctionMappingExpression Log(
	Object operand1,
	Object operand2
)

Parameters

operand1
Type: SystemObject
The operand1.
operand2
Type: SystemObject
The operand2, which is the new base

Return Value

Type: FunctionMappingExpression
See Also