DecimalFunctionsRemainder Method |
Defines the mapping for the Decimal.Remainder(operand1, divider) method mapping
Namespace:
SD.LLBLGen.Pro.QuerySpec
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax public static FunctionMappingExpression Remainder(
Object operand1,
Object divider
)
Public Shared Function Remainder (
operand1 As Object,
divider As Object
) As FunctionMappingExpression
Parameters
- operand1
- Type: SystemObject
The operand1. - divider
- Type: SystemObject
The divider.
Return Value
Type:
FunctionMappingExpressionSee Also