EntityFunctions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides common language runtime (CLR) methods that expose conceptual model canonical functions in LINQ to Entities queries. For information about canonical functions, see Canonical Functions.
public ref class EntityFunctions abstract sealed
public static class EntityFunctions
type EntityFunctions = class
Public Class EntityFunctions
- Inheritance
-
EntityFunctions
Methods
AddDays(Nullable<DateTime>, Nullable<Int32>) |
Invokes the canonical |
AddDays(Nullable<DateTimeOffset>, Nullable<Int32>) |
Invokes the canonical |
AddHours(Nullable<DateTime>, Nullable<Int32>) |
Invokes the canonical |
AddHours(Nullable<DateTimeOffset>, Nullable<Int32>) |
Invokes the canonical |
AddHours(Nullable<TimeSpan>, Nullable<Int32>) |
Invokes the canonical |
AddMicroseconds(Nullable<DateTime>, Nullable<Int32>) |
Invokes the canonical |
AddMicroseconds(Nullable<DateTimeOffset>, Nullable<Int32>) |
Invokes the canonical |
AddMicroseconds(Nullable<TimeSpan>, Nullable<Int32>) |
Invokes the canonical |
AddMilliseconds(Nullable<DateTime>, Nullable<Int32>) |
Invokes the canonical |
AddMilliseconds(Nullable<DateTimeOffset>, Nullable<Int32>) |
Invokes the canonical |
AddMilliseconds(Nullable<TimeSpan>, Nullable<Int32>) |
Invokes the canonical |
AddMinutes(Nullable<DateTime>, Nullable<Int32>) |
Invokes the canonical |
AddMinutes(Nullable<DateTimeOffset>, Nullable<Int32>) |
Invokes the canonical |
AddMinutes(Nullable<TimeSpan>, Nullable<Int32>) |
Invokes the canonical |
AddMonths(Nullable<DateTime>, Nullable<Int32>) |
Invokes the canonical |
AddMonths(Nullable<DateTimeOffset>, Nullable<Int32>) |
Invokes the canonical |
AddNanoseconds(Nullable<DateTime>, Nullable<Int32>) |
Invokes the canonical |
AddNanoseconds(Nullable<DateTimeOffset>, Nullable<Int32>) |
Invokes the canonical |
AddNanoseconds(Nullable<TimeSpan>, Nullable<Int32>) |
Invokes the canonical |
AddSeconds(Nullable<DateTime>, Nullable<Int32>) |
Invokes the canonical |
AddSeconds(Nullable<DateTimeOffset>, Nullable<Int32>) |
Invokes the canonical |
AddSeconds(Nullable<TimeSpan>, Nullable<Int32>) |
Invokes the canonical |
AddYears(Nullable<DateTime>, Nullable<Int32>) |
Invokes the canonical |
AddYears(Nullable<DateTimeOffset>, Nullable<Int32>) |
Invokes the canonical |
AsNonUnicode(String) |
A LINQ to Entities operator that treats the input string as a non-unicode string. This method only applies to LINQ to Entities queries. |
AsUnicode(String) |
A LINQ to Entities operator that ensures the input string is treated as a unicode string. This method only applies to LINQ to Entities queries. |
CreateDateTime(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Double>) |
Invokes the canonical |
CreateDateTimeOffset(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Double>, Nullable<Int32>) |
Invokes the canonical |
CreateTime(Nullable<Int32>, Nullable<Int32>, Nullable<Double>) |
Invokes the canonical |
DiffDays(Nullable<DateTime>, Nullable<DateTime>) |
Invokes the canonical |
DiffDays(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Invokes the canonical |
DiffHours(Nullable<DateTime>, Nullable<DateTime>) |
Invokes the canonical |
DiffHours(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Invokes the canonical |
DiffHours(Nullable<TimeSpan>, Nullable<TimeSpan>) |
Invokes the canonical |
DiffMicroseconds(Nullable<DateTime>, Nullable<DateTime>) |
Invokes the canonical |
DiffMicroseconds(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Invokes the canonical |
DiffMicroseconds(Nullable<TimeSpan>, Nullable<TimeSpan>) |
Invokes the canonical |
DiffMilliseconds(Nullable<DateTime>, Nullable<DateTime>) |
Invokes the canonical |
DiffMilliseconds(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Invokes the canonical |
DiffMilliseconds(Nullable<TimeSpan>, Nullable<TimeSpan>) |
Invokes the canonical |
DiffMinutes(Nullable<DateTime>, Nullable<DateTime>) |
Invokes the canonical |
DiffMinutes(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Invokes the canonical |
DiffMinutes(Nullable<TimeSpan>, Nullable<TimeSpan>) |
Invokes the canonical |
DiffMonths(Nullable<DateTime>, Nullable<DateTime>) |
Invokes the canonical |
DiffMonths(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Invokes the canonical |
DiffNanoseconds(Nullable<DateTime>, Nullable<DateTime>) |
Invokes the canonical |
DiffNanoseconds(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Invokes the canonical |
DiffNanoseconds(Nullable<TimeSpan>, Nullable<TimeSpan>) |
Invokes the canonical |
DiffSeconds(Nullable<DateTime>, Nullable<DateTime>) |
Invokes the canonical |
DiffSeconds(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Invokes the canonical |
DiffSeconds(Nullable<TimeSpan>, Nullable<TimeSpan>) |
Invokes the canonical |
DiffYears(Nullable<DateTime>, Nullable<DateTime>) |
Invokes the canonical |
DiffYears(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Invokes the canonical |
GetTotalOffsetMinutes(Nullable<DateTimeOffset>) |
Invokes the canonical |
Left(String, Nullable<Int64>) |
Invokes the canonical |
Reverse(String) |
Invokes the canonical |
Right(String, Nullable<Int64>) |
Invokes the canonical |
StandardDeviation(IEnumerable<Decimal>) |
Invokes the canonical |
StandardDeviation(IEnumerable<Double>) |
Invokes the canonical |
StandardDeviation(IEnumerable<Int32>) |
Invokes the canonical |
StandardDeviation(IEnumerable<Int64>) |
Invokes the canonical |
StandardDeviation(IEnumerable<Nullable<Decimal>>) |
Invokes the canonical |
StandardDeviation(IEnumerable<Nullable<Double>>) |
Invokes the canonical |
StandardDeviation(IEnumerable<Nullable<Int32>>) |
Invokes the canonical |
StandardDeviation(IEnumerable<Nullable<Int64>>) |
Invokes the canonical |
StandardDeviationP(IEnumerable<Decimal>) |
Invokes the canonical |
StandardDeviationP(IEnumerable<Double>) |
Invokes the canonical |
StandardDeviationP(IEnumerable<Int32>) |
Invokes the canonical |
StandardDeviationP(IEnumerable<Int64>) |
Invokes the canonical |
StandardDeviationP(IEnumerable<Nullable<Decimal>>) |
Invokes the canonical |
StandardDeviationP(IEnumerable<Nullable<Double>>) |
Invokes the canonical |
StandardDeviationP(IEnumerable<Nullable<Int32>>) |
Invokes the canonical |
StandardDeviationP(IEnumerable<Nullable<Int64>>) |
Invokes the canonical |
Truncate(Nullable<Decimal>, Nullable<Int32>) |
Invokes the canonical |
Truncate(Nullable<Double>, Nullable<Int32>) |
Invokes the canonical |
TruncateTime(Nullable<DateTime>) |
Invokes the canonical |
TruncateTime(Nullable<DateTimeOffset>) |
Invokes the canonical |
Var(IEnumerable<Decimal>) |
Invokes the canonical |
Var(IEnumerable<Double>) |
Invokes the canonical |
Var(IEnumerable<Int32>) |
Invokes the canonical |
Var(IEnumerable<Int64>) |
Invokes the canonical |
Var(IEnumerable<Nullable<Decimal>>) |
Invokes the canonical |
Var(IEnumerable<Nullable<Double>>) |
Invokes the canonical |
Var(IEnumerable<Nullable<Int32>>) |
Invokes the canonical |
Var(IEnumerable<Nullable<Int64>>) |
Invokes the canonical |
VarP(IEnumerable<Decimal>) |
Invokes the canonical |
VarP(IEnumerable<Double>) |
Invokes the canonical |
VarP(IEnumerable<Int32>) |
Invokes the canonical |
VarP(IEnumerable<Int64>) |
Invokes the canonical |
VarP(IEnumerable<Nullable<Decimal>>) |
Invokes the canonical |
VarP(IEnumerable<Nullable<Double>>) |
Invokes the canonical |
VarP(IEnumerable<Nullable<Int32>>) |
Invokes the canonical |
VarP(IEnumerable<Nullable<Int64>>) |
Invokes the canonical |