StringFunctionsChar Method |
Defines the mapping for the operand1.Char[index] property to method mapping
Namespace:
SD.LLBLGen.Pro.QuerySpec
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public static FunctionMappingExpression Char(
Object operand1,
Object index
)
Public Shared Function Char (
operand1 As Object,
index As Object
) As FunctionMappingExpression
Parameters
- operand1
- Type: SystemObject
The operand1. - index
- Type: SystemObject
The index.
Return Value
Type:
FunctionMappingExpressionSee Also