INonAggregateExpressionBuilderSubstr Method |
Name | Description | |
---|---|---|
Substr(TypedLiteralExpressionString, Int32) |
Creates a call to the SUBSTR function with a string literal and interger parameters.
| |
Substr(TypedLiteralExpressionString, NumericExpressionInt32) |
Creates a call to the SUBSTR function with a string literal and variable parameters.
| |
Substr(TypedLiteralExpressionString, VariableExpression) |
Creates a call to the SUBSTR function with a string literal and interger expression parameters.
| |
Substr(VariableExpression, Int32) |
Creates a call to the SUBSTR function with a variable and interger parameters.
| |
Substr(VariableExpression, NumericExpressionInt32) |
Creates a call to the SUBSTR function with a variable and interger expression parameters.
| |
Substr(VariableExpression, VariableExpression) |
Creates a call to the SUBSTR function with two variable parameters.
| |
Substr(TypedLiteralExpressionString, Int32, Int32) |
Creates a call to the SUBSTR function with a string literal and interger parameters.
| |
Substr(TypedLiteralExpressionString, Int32, NumericExpressionInt32) |
Creates a call to the SUBSTR function with a string literal, interger and integer expression parameters.
| |
Substr(TypedLiteralExpressionString, Int32, VariableExpression) |
Creates a call to the SUBSTR function with a string literal, interger and a variable parameters.
| |
Substr(TypedLiteralExpressionString, NumericExpressionInt32, Int32) |
Creates a call to the SUBSTR function with a string literal and variable parameters.
| |
Substr(TypedLiteralExpressionString, NumericExpressionInt32, NumericExpressionInt32) |
Creates a call to the SUBSTR function with a string literal and two integer expressions parameters.
| |
Substr(TypedLiteralExpressionString, NumericExpressionInt32, VariableExpression) |
Creates a call to the SUBSTR function with a string literal, interger expression and a numeric expression parameters.
| |
Substr(TypedLiteralExpressionString, VariableExpression, Int32) |
Creates a call to the SUBSTR function with a string literal and interger expression parameters.
| |
Substr(TypedLiteralExpressionString, VariableExpression, NumericExpressionInt32) |
Creates a call to the SUBSTR function with a string literal, variable and interger expression parameters.
| |
Substr(TypedLiteralExpressionString, VariableExpression, VariableExpression) |
Creates a call to the SUBSTR function with a string literal, interger expression and a variable parameters.
| |
Substr(VariableExpression, Int32, Int32) |
Creates a call to the SUBSTR function with a variable and interger parameters.
| |
Substr(VariableExpression, Int32, NumericExpressionInt32) |
Creates a call to the SUBSTR function with a variable, interger and a numeric expression parameters.
| |
Substr(VariableExpression, Int32, VariableExpression) |
Creates a call to the SUBSTR function with a variable, interger and a variable parameters.
| |
Substr(VariableExpression, NumericExpressionInt32, Int32) |
Creates a call to the SUBSTR function with a variable and interger expression parameters.
| |
Substr(VariableExpression, NumericExpressionInt32, NumericExpressionInt32) |
Creates a call to the SUBSTR function with a variable, interger expression and integer expression parameters.
| |
Substr(VariableExpression, NumericExpressionInt32, VariableExpression) |
Creates a call to the SUBSTR function with a variable, interger expression and a variable parameters.
| |
Substr(VariableExpression, VariableExpression, Int32) |
Creates a call to the SUBSTR function with two variable parameters.
| |
Substr(VariableExpression, VariableExpression, NumericExpressionInt32) |
Creates a call to the SUBSTR function with two variable parameters.
| |
Substr(VariableExpression, VariableExpression, VariableExpression) |
Creates a call to the SUBSTR function with three variable parameters.
|