Click or drag to resize

FunctionMappingExtensionMethodsSubstring Method

Overload List
  NameDescription
Public methodStatic memberSubstring(IEntityFieldCore, Int32)
Defines the mapping for the field.Substring(startIndex) method mapping
Public methodStatic memberSubstring(IExpression, Int32)
Defines the mapping for the expression.Substring(startIndex) method mapping
Public methodStatic memberSubstring(IEntityFieldCore, Int32, Int32)
Defines the mapping for the field.Substring(startIndex, length) method mapping
Public methodStatic memberSubstring(IExpression, Int32, Int32)
Defines the mapping for the expression.Substring(startIndex, length) method mapping
Top
See Also