Click or drag to resize
StringFunctions Class
Class which defines the function mappings for String
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.QuerySpecStringFunctions

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static class StringFunctions

The StringFunctions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberChar
Defines the mapping for the operand1.Char[index] property to method mapping
Public methodStatic memberConcat
Defines the mapping for the String.Concat(operand1, operand2) method mapping
Public methodStatic memberIndexOf(Object, Object)
Defines the mapping for the operand1.IndexOf(value) method mapping
Public methodStatic memberIndexOf(Object, Object, Object)
Defines the mapping for the operand1.IndexOf(value, startIndex) method mapping
Public methodStatic memberLastIndexOf(Object, Object)
Defines the mapping for the operand1.LastIndexOf(value) method mapping
Public methodStatic memberLastIndexOf(Object, Object, Object)
Defines the mapping for the operand1.LastIndexOf(value, startIndex) method mapping
Public methodStatic memberLength
Defines the mapping for the operand1.Length property to method mapping
Public methodStatic memberPadLeft(Object, Object)
Defines the mapping for the operand1.PadLeft(totalWidth) method mapping
Public methodStatic memberPadLeft(Object, Object, Object)
Defines the mapping for the operand1.PadLeft(totalWidth, paddingChar) method mapping
Public methodStatic memberPadRight(Object, Object)
Defines the mapping for the operand1.PadRight(totalWidth) method mapping
Public methodStatic memberPadRight(Object, Object, Object)
Defines the mapping for the operand1.PadRight(totalWidth, paddingChar) method mapping
Public methodStatic memberRemove(Object, Object)
Defines the mapping for the operand1.Remove(startIndex) method mapping
Public methodStatic memberRemove(Object, Object, Object)
Defines the mapping for the operand1.Remove(startIndex, count) method mapping
Public methodStatic memberReplace
Defines the mapping for the operand1.Replace(oldValue, newValue) method mapping
Public methodStatic memberSubstring(Object, Object)
Defines the mapping for the operand1.Substring(startIndex) method mapping
Public methodStatic memberSubstring(Object, Object, Object)
Defines the mapping for the operand1.Substring(startIndex, length) method mapping
Public methodStatic memberToLower
Defines the mapping for the operand1.ToLower() method mapping
Public methodStatic memberToUnicode
Defines the mapping for the operand1.ToUnicode() method mapping
Public methodStatic memberToUpper
Defines the mapping for the operand1.ToUpper() method mapping
Public methodStatic memberTrim
Defines the mapping for the operand1.Trim() method mapping
Top
See Also