ArrayFunctionsGetValue Method |
Defines the mapping for the operand1[index] method to method mapping
Namespace:
SD.LLBLGen.Pro.QuerySpec
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax public static FunctionMappingExpression GetValue(
Object operand1,
int index
)
Public Shared Function GetValue (
operand1 As Object,
index As Integer
) As FunctionMappingExpression
Parameters
- operand1
- Type: SystemObject
The operand1. - index
- Type: SystemInt32
the index of the value to obtain in the array object operand1
Return Value
Type:
FunctionMappingExpressionSee Also