Click or drag to resize

INonAggregateExpressionBuilderSubstr Method

Overload List
  NameDescription
Public methodSubstr(TypedLiteralExpressionString, Int32)
Creates a call to the SUBSTR function with a string literal and interger parameters.
Public methodSubstr(TypedLiteralExpressionString, NumericExpressionInt32)
Creates a call to the SUBSTR function with a string literal and variable parameters.
Public methodSubstr(TypedLiteralExpressionString, 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, NumericExpressionInt32)
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(TypedLiteralExpressionString, Int32, Int32)
Creates a call to the SUBSTR function with a string literal and interger parameters.
Public methodSubstr(TypedLiteralExpressionString, Int32, NumericExpressionInt32)
Creates a call to the SUBSTR function with a string literal, interger and integer expression parameters.
Public methodSubstr(TypedLiteralExpressionString, Int32, VariableExpression)
Creates a call to the SUBSTR function with a string literal, interger and a variable parameters.
Public methodSubstr(TypedLiteralExpressionString, NumericExpressionInt32, Int32)
Creates a call to the SUBSTR function with a string literal and variable parameters.
Public methodSubstr(TypedLiteralExpressionString, NumericExpressionInt32, NumericExpressionInt32)
Creates a call to the SUBSTR function with a string literal and two integer expressions parameters.
Public methodSubstr(TypedLiteralExpressionString, NumericExpressionInt32, VariableExpression)
Creates a call to the SUBSTR function with a string literal, interger expression and a numeric expression parameters.
Public methodSubstr(TypedLiteralExpressionString, VariableExpression, Int32)
Creates a call to the SUBSTR function with a string literal and interger expression parameters.
Public methodSubstr(TypedLiteralExpressionString, VariableExpression, NumericExpressionInt32)
Creates a call to the SUBSTR function with a string literal, variable and interger expression parameters.
Public methodSubstr(TypedLiteralExpressionString, 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, NumericExpressionInt32)
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, NumericExpressionInt32, Int32)
Creates a call to the SUBSTR function with a variable and interger expression parameters.
Public methodSubstr(VariableExpression, NumericExpressionInt32, NumericExpressionInt32)
Creates a call to the SUBSTR function with a variable, interger expression and integer expression parameters.
Public methodSubstr(VariableExpression, NumericExpressionInt32, 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, NumericExpressionInt32)
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