Click or drag to resize
FunctionMappingExtensionMethods Methods
Methods
  NameDescription
Public methodStatic memberAddDays(IEntityFieldCore, Int32)
Defines the mapping for the field.AddDays(numberOfDays) method mapping
Public methodStatic memberAddDays(IExpression, Int32)
Defines the mapping for the expression.AddDays(numberOfDays) method mapping
Public methodStatic memberAddHours(IEntityFieldCore, Int32)
Defines the mapping for the field.AddHours(numberOfHours) method mapping
Public methodStatic memberAddHours(IExpression, Int32)
Defines the mapping for the expression.AddHours(numberOfHours) method mapping
Public methodStatic memberAddMilliseconds(IEntityFieldCore, Int32)
Defines the mapping for the field.AddMilliseconds(numberOfMilliseconds) method mapping
Public methodStatic memberAddMilliseconds(IExpression, Int32)
Defines the mapping for the expression.AddMilliseconds(numberOfMilliseconds) method mapping
Public methodStatic memberAddMinutes(IEntityFieldCore, Int32)
Defines the mapping for the field.AddMinutes(numberOfMinutes) method mapping
Public methodStatic memberAddMinutes(IExpression, Int32)
Defines the mapping for the expression.AddMinutes(numberOfMinutes) method mapping
Public methodStatic memberAddMonths(IEntityFieldCore, Int32)
Defines the mapping for the field.AddMonths(numberOfMonths) method mapping
Public methodStatic memberAddMonths(IExpression, Int32)
Defines the mapping for the expression.AddMonths(numberOfMonths) method mapping
Public methodStatic memberAddSeconds(IEntityFieldCore, Int32)
Defines the mapping for the field.AddSeconds(numberOfSeconds) method mapping
Public methodStatic memberAddSeconds(IExpression, Int32)
Defines the mapping for the expression.AddSeconds(numberOfSeconds) method mapping
Public methodStatic memberAddYears(IEntityFieldCore, Int32)
Defines the mapping for the field.AddYears(numberOfYears) method mapping
Public methodStatic memberAddYears(IExpression, Int32)
Defines the mapping for the expression.AddYears(numberOfYears) method mapping
Public methodStatic memberChar(IEntityFieldCore, Int32)
Defines the mapping for the field.Char[index] property to method mapping
Public methodStatic memberChar(IExpression, Int32)
Defines the mapping for the expression.Char[index] property to method mapping
Public methodStatic memberDate(IEntityFieldCore)
Defines the mapping for the field.Date property to method mapping
Public methodStatic memberDate(IExpression)
Defines the mapping for the expression.Date property to method mapping
Public methodStatic memberDay(IEntityFieldCore)
Defines the mapping for the field.Day property to method mapping
Public methodStatic memberDay(IExpression)
Defines the mapping for the expression.Day property to method mapping
Public methodStatic memberHour(IEntityFieldCore)
Defines the mapping for the field.Hour property to method mapping
Public methodStatic memberHour(IExpression)
Defines the mapping for the expression.Hour property to method mapping
Public methodStatic memberIndexOf(IEntityFieldCore, String)
Defines the mapping for the field.IndexOf(value) method mapping
Public methodStatic memberIndexOf(IExpression, String)
Defines the mapping for the expression.IndexOf(value) method mapping
Public methodStatic memberLength(IEntityFieldCore)
Defines the mapping for the field.Length property to method mapping, if field represents a string value.
Public methodStatic memberLength(IExpression)
Defines the mapping for the expression.Length property to method mapping, if expression represents a string value.
Public methodStatic memberMillisecond(IEntityFieldCore)
Defines the mapping for the field.Millisecond property to method mapping
Public methodStatic memberMillisecond(IExpression)
Defines the mapping for the expression.Millisecond property to method mapping
Public methodStatic memberMinute(IEntityFieldCore)
Defines the mapping for the field.Minute property to method mapping
Public methodStatic memberMinute(IExpression)
Defines the mapping for the expression.Minute property to method mapping
Public methodStatic memberMonth(IEntityFieldCore)
Defines the mapping for the field.Month property to method mapping
Public methodStatic memberMonth(IExpression)
Defines the mapping for the expression.Month property to method mapping
Public methodStatic memberReplace(IEntityFieldCore, String, String)
Defines the mapping for the field.Replace(oldValue, newValue) method mapping
Public methodStatic memberReplace(IExpression, String, String)
Defines the mapping for the expression.Replace(oldValue, newValue) method mapping
Public methodStatic memberSecond(IEntityFieldCore)
Defines the mapping for the field.Second property to method mapping
Public methodStatic memberSecond(IExpression)
Defines the mapping for the expression.Second property to method mapping
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
Public methodStatic memberToLower(IEntityFieldCore)
Defines the mapping for the field.ToLower() method mapping
Public methodStatic memberToLower(IExpression)
Defines the mapping for the expression.ToLower() method mapping
Public methodStatic memberToUnicode(IEntityFieldCore)
Defines the mapping for the field.ToUnicode() method mapping
Public methodStatic memberToUnicode(IExpression)
Defines the mapping for the expression.ToUnicode() method mapping
Public methodStatic memberToUpper(IEntityFieldCore)
Defines the mapping for the field.ToUpper() method mapping
Public methodStatic memberToUpper(IExpression)
Defines the mapping for the expression.ToUpper() method mapping
Public methodStatic memberTrim(IEntityFieldCore)
Defines the mapping for the field.Trim() method mapping
Public methodStatic memberTrim(IExpression)
Defines the mapping for the expression.Trim() method mapping
Public methodStatic memberYear(IEntityFieldCore)
Defines the mapping for the field.Year property to method mapping
Public methodStatic memberYear(IExpression)
Defines the mapping for the expression.Year property to method mapping
Top
See Also