FunctionMappingExtensionMethods Class |
Namespace: SD.LLBLGen.Pro.QuerySpec
Name | Description | |
---|---|---|
AddDays(IEntityFieldCore, Int32) |
Defines the mapping for the field.AddDays(numberOfDays) method mapping
| |
AddDays(IExpression, Int32) |
Defines the mapping for the expression.AddDays(numberOfDays) method mapping
| |
AddHours(IEntityFieldCore, Int32) |
Defines the mapping for the field.AddHours(numberOfHours) method mapping
| |
AddHours(IExpression, Int32) |
Defines the mapping for the expression.AddHours(numberOfHours) method mapping
| |
AddMilliseconds(IEntityFieldCore, Int32) |
Defines the mapping for the field.AddMilliseconds(numberOfMilliseconds) method mapping
| |
AddMilliseconds(IExpression, Int32) |
Defines the mapping for the expression.AddMilliseconds(numberOfMilliseconds) method mapping
| |
AddMinutes(IEntityFieldCore, Int32) |
Defines the mapping for the field.AddMinutes(numberOfMinutes) method mapping
| |
AddMinutes(IExpression, Int32) |
Defines the mapping for the expression.AddMinutes(numberOfMinutes) method mapping
| |
AddMonths(IEntityFieldCore, Int32) |
Defines the mapping for the field.AddMonths(numberOfMonths) method mapping
| |
AddMonths(IExpression, Int32) |
Defines the mapping for the expression.AddMonths(numberOfMonths) method mapping
| |
AddSeconds(IEntityFieldCore, Int32) |
Defines the mapping for the field.AddSeconds(numberOfSeconds) method mapping
| |
AddSeconds(IExpression, Int32) |
Defines the mapping for the expression.AddSeconds(numberOfSeconds) method mapping
| |
AddYears(IEntityFieldCore, Int32) |
Defines the mapping for the field.AddYears(numberOfYears) method mapping
| |
AddYears(IExpression, Int32) |
Defines the mapping for the expression.AddYears(numberOfYears) method mapping
| |
Char(IEntityFieldCore, Int32) |
Defines the mapping for the field.Char[index] property to method mapping
| |
Char(IExpression, Int32) |
Defines the mapping for the expression.Char[index] property to method mapping
| |
Date(IEntityFieldCore) |
Defines the mapping for the field.Date property to method mapping
| |
Date(IExpression) |
Defines the mapping for the expression.Date property to method mapping
| |
Day(IEntityFieldCore) |
Defines the mapping for the field.Day property to method mapping
| |
Day(IExpression) |
Defines the mapping for the expression.Day property to method mapping
| |
Hour(IEntityFieldCore) |
Defines the mapping for the field.Hour property to method mapping
| |
Hour(IExpression) |
Defines the mapping for the expression.Hour property to method mapping
| |
IndexOf(IEntityFieldCore, String) |
Defines the mapping for the field.IndexOf(value) method mapping
| |
IndexOf(IExpression, String) |
Defines the mapping for the expression.IndexOf(value) method mapping
| |
Length(IEntityFieldCore) |
Defines the mapping for the field.Length property to method mapping, if field represents a string value.
| |
Length(IExpression) |
Defines the mapping for the expression.Length property to method mapping, if expression represents a string value.
| |
Millisecond(IEntityFieldCore) |
Defines the mapping for the field.Millisecond property to method mapping
| |
Millisecond(IExpression) |
Defines the mapping for the expression.Millisecond property to method mapping
| |
Minute(IEntityFieldCore) |
Defines the mapping for the field.Minute property to method mapping
| |
Minute(IExpression) |
Defines the mapping for the expression.Minute property to method mapping
| |
Month(IEntityFieldCore) |
Defines the mapping for the field.Month property to method mapping
| |
Month(IExpression) |
Defines the mapping for the expression.Month property to method mapping
| |
Replace(IEntityFieldCore, String, String) |
Defines the mapping for the field.Replace(oldValue, newValue) method mapping
| |
Replace(IExpression, String, String) |
Defines the mapping for the expression.Replace(oldValue, newValue) method mapping
| |
Second(IEntityFieldCore) |
Defines the mapping for the field.Second property to method mapping
| |
Second(IExpression) |
Defines the mapping for the expression.Second property to method mapping
| |
Substring(IEntityFieldCore, Int32) |
Defines the mapping for the field.Substring(startIndex) method mapping
| |
Substring(IExpression, Int32) |
Defines the mapping for the expression.Substring(startIndex) method mapping
| |
Substring(IEntityFieldCore, Int32, Int32) |
Defines the mapping for the field.Substring(startIndex, length) method mapping
| |
Substring(IExpression, Int32, Int32) |
Defines the mapping for the expression.Substring(startIndex, length) method mapping
| |
ToLower(IEntityFieldCore) |
Defines the mapping for the field.ToLower() method mapping
| |
ToLower(IExpression) |
Defines the mapping for the expression.ToLower() method mapping
| |
ToUnicode(IEntityFieldCore) |
Defines the mapping for the field.ToUnicode() method mapping
| |
ToUnicode(IExpression) |
Defines the mapping for the expression.ToUnicode() method mapping
| |
ToUpper(IEntityFieldCore) |
Defines the mapping for the field.ToUpper() method mapping
| |
ToUpper(IExpression) |
Defines the mapping for the expression.ToUpper() method mapping
| |
Trim(IEntityFieldCore) |
Defines the mapping for the field.Trim() method mapping
| |
Trim(IExpression) |
Defines the mapping for the expression.Trim() method mapping
| |
Year(IEntityFieldCore) |
Defines the mapping for the field.Year property to method mapping
| |
Year(IExpression) |
Defines the mapping for the expression.Year property to method mapping
|