INonAggregateExpressionBuilder.Substr Method |
Name | Description | |
---|---|---|
![]() | Substr(TypedLiteralExpression<String>, Int32) |
Creates a call to the SUBSTR function with a string literal and interger parameters.
|
![]() | Substr(TypedLiteralExpression<String>, NumericExpression<Int32>) |
Creates a call to the SUBSTR function with a string literal and variable parameters.
|
![]() | Substr(TypedLiteralExpression<String>, 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, NumericExpression<Int32>) |
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(TypedLiteralExpression<String>, Int32, Int32) |
Creates a call to the SUBSTR function with a string literal and interger parameters.
|
![]() | Substr(TypedLiteralExpression<String>, Int32, NumericExpression<Int32>) |
Creates a call to the SUBSTR function with a string literal, interger and integer expression parameters.
|
![]() | Substr(TypedLiteralExpression<String>, Int32, VariableExpression) |
Creates a call to the SUBSTR function with a string literal, interger and a variable parameters.
|
![]() | Substr(TypedLiteralExpression<String>, NumericExpression<Int32>, Int32) |
Creates a call to the SUBSTR function with a string literal and variable parameters.
|
![]() | Substr(TypedLiteralExpression<String>, NumericExpression<Int32>, NumericExpression<Int32>) |
Creates a call to the SUBSTR function with a string literal and two integer expressions parameters.
|
![]() | Substr(TypedLiteralExpression<String>, NumericExpression<Int32>, VariableExpression) |
Creates a call to the SUBSTR function with a string literal, interger expression and a numeric expression parameters.
|
![]() | Substr(TypedLiteralExpression<String>, VariableExpression, Int32) |
Creates a call to the SUBSTR function with a string literal and interger expression parameters.
|
![]() | Substr(TypedLiteralExpression<String>, VariableExpression, NumericExpression<Int32>) |
Creates a call to the SUBSTR function with a string literal, variable and interger expression parameters.
|
![]() | Substr(TypedLiteralExpression<String>, 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, NumericExpression<Int32>) |
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, NumericExpression<Int32>, Int32) |
Creates a call to the SUBSTR function with a variable and interger expression parameters.
|
![]() | Substr(VariableExpression, NumericExpression<Int32>, NumericExpression<Int32>) |
Creates a call to the SUBSTR function with a variable, interger expression and integer expression parameters.
|
![]() | Substr(VariableExpression, NumericExpression<Int32>, 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, NumericExpression<Int32>) |
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.
|