Click or drag to resize

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
)

Parameters

operand1
Type: SystemObject
The operand1.
index
Type: SystemInt32
the index of the value to obtain in the array object operand1

Return Value

Type: FunctionMappingExpression
See Also