Click or drag to resize

INonAggregateExpressionBuilder.Substr Method

Overload List
  NameDescription
Public methodSubstr(TypedLiteralExpression<String>, Int32)
Creates a call to the SUBSTR function with a string literal and interger parameters.
Public methodSubstr(TypedLiteralExpression<String>, NumericExpression<Int32>)
Creates a call to the SUBSTR function with a string literal and variable parameters.
Public methodSubstr(TypedLiteralExpression<String>, VariableExpression)
Creates a call to the SUBSTR function with a string literal and interger expression parameters.
Public methodSubstr(VariableExpression, Int32)
Creates a call to the SUBSTR function with a variable and interger parameters.
Public methodSubstr(VariableExpression, NumericExpression<Int32>)
Creates a call to the SUBSTR function with a variable and interger expression parameters.
Public methodSubstr(VariableExpression, VariableExpression)
Creates a call to the SUBSTR function with two variable parameters.
Public methodSubstr(TypedLiteralExpression<String>, Int32, Int32)
Creates a call to the SUBSTR function with a string literal and interger parameters.
Public methodSubstr(TypedLiteralExpression<String>, Int32, NumericExpression<Int32>)
Creates a call to the SUBSTR function with a string literal, interger and integer expression parameters.
Public methodSubstr(TypedLiteralExpression<String>, Int32, VariableExpression)
Creates a call to the SUBSTR function with a string literal, interger and a variable parameters.
Public methodSubstr(TypedLiteralExpression<String>, NumericExpression<Int32>, Int32)
Creates a call to the SUBSTR function with a string literal and variable parameters.
Public methodSubstr(TypedLiteralExpression<String>, NumericExpression<Int32>, NumericExpression<Int32>)
Creates a call to the SUBSTR function with a string literal and two integer expressions parameters.
Public methodSubstr(TypedLiteralExpression<String>, NumericExpression<Int32>, VariableExpression)
Creates a call to the SUBSTR function with a string literal, interger expression and a numeric expression parameters.
Public methodSubstr(TypedLiteralExpression<String>, VariableExpression, Int32)
Creates a call to the SUBSTR function with a string literal and interger expression parameters.
Public methodSubstr(TypedLiteralExpression<String>, VariableExpression, NumericExpression<Int32>)
Creates a call to the SUBSTR function with a string literal, variable and interger expression parameters.
Public methodSubstr(TypedLiteralExpression<String>, VariableExpression, VariableExpression)
Creates a call to the SUBSTR function with a string literal, interger expression and a variable parameters.
Public methodSubstr(VariableExpression, Int32, Int32)
Creates a call to the SUBSTR function with a variable and interger parameters.
Public methodSubstr(VariableExpression, Int32, NumericExpression<Int32>)
Creates a call to the SUBSTR function with a variable, interger and a numeric expression parameters.
Public methodSubstr(VariableExpression, Int32, VariableExpression)
Creates a call to the SUBSTR function with a variable, interger and a variable parameters.
Public methodSubstr(VariableExpression, NumericExpression<Int32>, Int32)
Creates a call to the SUBSTR function with a variable and interger expression parameters.
Public methodSubstr(VariableExpression, NumericExpression<Int32>, NumericExpression<Int32>)
Creates a call to the SUBSTR function with a variable, interger expression and integer expression parameters.
Public methodSubstr(VariableExpression, NumericExpression<Int32>, VariableExpression)
Creates a call to the SUBSTR function with a variable, interger expression and a variable parameters.
Public methodSubstr(VariableExpression, VariableExpression, Int32)
Creates a call to the SUBSTR function with two variable parameters.
Public methodSubstr(VariableExpression, VariableExpression, NumericExpression<Int32>)
Creates a call to the SUBSTR function with two variable parameters.
Public methodSubstr(VariableExpression, VariableExpression, VariableExpression)
Creates a call to the SUBSTR function with three variable parameters.
Top
See Also