DecimalFunctionsRound Method (Object, Object) |
Defines the mapping for the Decimal.Round(operand1, numberOfDecimals) method mapping
Namespace:
SD.LLBLGen.Pro.QuerySpec
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax public static FunctionMappingExpression Round(
Object operand1,
Object numberOfDecimals
)
Public Shared Function Round (
operand1 As Object,
numberOfDecimals As Object
) As FunctionMappingExpression
Parameters
- operand1
- Type: SystemObject
The operand1. - numberOfDecimals
- Type: SystemObject
The number of decimals.
Return Value
Type:
FunctionMappingExpressionSee Also