EntityFunctions Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Fornece métodos CLR (Common Language Runtime) que expõem funções canônicas de modelo conceitual em consultas no LINQ to Entities. Para obter informações sobre funções canônicas, consulte Funções canônicas.
public ref class EntityFunctions abstract sealed
public static class EntityFunctions
type EntityFunctions = class
Public Class EntityFunctions
- Herança
-
EntityFunctions
Métodos
AddDays(Nullable<DateTime>, Nullable<Int32>) |
Invoca a função |
AddDays(Nullable<DateTimeOffset>, Nullable<Int32>) |
Invoca a função |
AddHours(Nullable<DateTime>, Nullable<Int32>) |
Invoca a função |
AddHours(Nullable<DateTimeOffset>, Nullable<Int32>) |
Invoca a função |
AddHours(Nullable<TimeSpan>, Nullable<Int32>) |
Invoca a função |
AddMicroseconds(Nullable<DateTime>, Nullable<Int32>) |
Invoca a função |
AddMicroseconds(Nullable<DateTimeOffset>, Nullable<Int32>) |
Invoca a função |
AddMicroseconds(Nullable<TimeSpan>, Nullable<Int32>) |
Invoca a função |
AddMilliseconds(Nullable<DateTime>, Nullable<Int32>) |
Invoca a função |
AddMilliseconds(Nullable<DateTimeOffset>, Nullable<Int32>) |
Invoca a função |
AddMilliseconds(Nullable<TimeSpan>, Nullable<Int32>) |
Invoca a função |
AddMinutes(Nullable<DateTime>, Nullable<Int32>) |
Invoca a função |
AddMinutes(Nullable<DateTimeOffset>, Nullable<Int32>) |
Invoca a função |
AddMinutes(Nullable<TimeSpan>, Nullable<Int32>) |
Invoca a função |
AddMonths(Nullable<DateTime>, Nullable<Int32>) |
Invoca a função |
AddMonths(Nullable<DateTimeOffset>, Nullable<Int32>) |
Invoca a função |
AddNanoseconds(Nullable<DateTime>, Nullable<Int32>) |
Invoca a função |
AddNanoseconds(Nullable<DateTimeOffset>, Nullable<Int32>) |
Invoca a função |
AddNanoseconds(Nullable<TimeSpan>, Nullable<Int32>) |
Invoca a função |
AddSeconds(Nullable<DateTime>, Nullable<Int32>) |
Invoca a função |
AddSeconds(Nullable<DateTimeOffset>, Nullable<Int32>) |
Invoca a função |
AddSeconds(Nullable<TimeSpan>, Nullable<Int32>) |
Invoca a função |
AddYears(Nullable<DateTime>, Nullable<Int32>) |
Invoca a função |
AddYears(Nullable<DateTimeOffset>, Nullable<Int32>) |
Invoca a função |
AsNonUnicode(String) |
Um operador LINQ to Entities que trata a cadeia de caracteres de entrada como uma cadeia de caracteres não Unicode. Esse método se aplica apenas a consultas do LINQ to Entities. |
AsUnicode(String) |
Um operador LINQ to Entities que garante que cadeia de caracteres de entrada seja tratada como uma cadeia de caracteres unicode. Esse método se aplica apenas a consultas do LINQ to Entities. |
CreateDateTime(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Double>) |
Invoca a função |
CreateDateTimeOffset(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Double>, Nullable<Int32>) |
Invoca a função |
CreateTime(Nullable<Int32>, Nullable<Int32>, Nullable<Double>) |
Invoca a função |
DiffDays(Nullable<DateTime>, Nullable<DateTime>) |
Invoca a função |
DiffDays(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Invoca a função |
DiffHours(Nullable<DateTime>, Nullable<DateTime>) |
Invoca a função |
DiffHours(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Invoca a função |
DiffHours(Nullable<TimeSpan>, Nullable<TimeSpan>) |
Invoca a função |
DiffMicroseconds(Nullable<DateTime>, Nullable<DateTime>) |
Invoca a função |
DiffMicroseconds(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Invoca a função |
DiffMicroseconds(Nullable<TimeSpan>, Nullable<TimeSpan>) |
Invoca a função |
DiffMilliseconds(Nullable<DateTime>, Nullable<DateTime>) |
Invoca a função |
DiffMilliseconds(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Invoca a função |
DiffMilliseconds(Nullable<TimeSpan>, Nullable<TimeSpan>) |
Invoca a função |
DiffMinutes(Nullable<DateTime>, Nullable<DateTime>) |
Invoca a função |
DiffMinutes(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Invoca a função |
DiffMinutes(Nullable<TimeSpan>, Nullable<TimeSpan>) |
Invoca a função |
DiffMonths(Nullable<DateTime>, Nullable<DateTime>) |
Invoca a função |
DiffMonths(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Invoca a função |
DiffNanoseconds(Nullable<DateTime>, Nullable<DateTime>) |
Invoca a função |
DiffNanoseconds(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Invoca a função |
DiffNanoseconds(Nullable<TimeSpan>, Nullable<TimeSpan>) |
Invoca a função |
DiffSeconds(Nullable<DateTime>, Nullable<DateTime>) |
Invoca a função |
DiffSeconds(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Invoca a função |
DiffSeconds(Nullable<TimeSpan>, Nullable<TimeSpan>) |
Invoca a função |
DiffYears(Nullable<DateTime>, Nullable<DateTime>) |
Invoca a função |
DiffYears(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Invoca a função |
GetTotalOffsetMinutes(Nullable<DateTimeOffset>) |
Invoca a função |
Left(String, Nullable<Int64>) |
Invoca a função |
Reverse(String) |
Invoca a função |
Right(String, Nullable<Int64>) |
Invoca a função |
StandardDeviation(IEnumerable<Decimal>) |
Invoca a função |
StandardDeviation(IEnumerable<Double>) |
Invoca a função |
StandardDeviation(IEnumerable<Int32>) |
Invoca a função |
StandardDeviation(IEnumerable<Int64>) |
Invoca a função |
StandardDeviation(IEnumerable<Nullable<Decimal>>) |
Invoca a função |
StandardDeviation(IEnumerable<Nullable<Double>>) |
Invoca a função |
StandardDeviation(IEnumerable<Nullable<Int32>>) |
Invoca a função |
StandardDeviation(IEnumerable<Nullable<Int64>>) |
Invoca a função |
StandardDeviationP(IEnumerable<Decimal>) |
Invoca a função |
StandardDeviationP(IEnumerable<Double>) |
Invoca a função |
StandardDeviationP(IEnumerable<Int32>) |
Invoca a função |
StandardDeviationP(IEnumerable<Int64>) |
Invoca a função |
StandardDeviationP(IEnumerable<Nullable<Decimal>>) |
Invoca a função |
StandardDeviationP(IEnumerable<Nullable<Double>>) |
Invoca a função |
StandardDeviationP(IEnumerable<Nullable<Int32>>) |
Invoca a função |
StandardDeviationP(IEnumerable<Nullable<Int64>>) |
Invoca a função |
Truncate(Nullable<Decimal>, Nullable<Int32>) |
Invoca a função |
Truncate(Nullable<Double>, Nullable<Int32>) |
Invoca a função |
TruncateTime(Nullable<DateTime>) |
Invoca a função |
TruncateTime(Nullable<DateTimeOffset>) |
Invoca a função |
Var(IEnumerable<Decimal>) |
Invoca a função |
Var(IEnumerable<Double>) |
Invoca a função |
Var(IEnumerable<Int32>) |
Invoca a função |
Var(IEnumerable<Int64>) |
Invoca a função |
Var(IEnumerable<Nullable<Decimal>>) |
Invoca a função |
Var(IEnumerable<Nullable<Double>>) |
Invoca a função |
Var(IEnumerable<Nullable<Int32>>) |
Invoca a função |
Var(IEnumerable<Nullable<Int64>>) |
Invoca a função |
VarP(IEnumerable<Decimal>) |
Invoca a função |
VarP(IEnumerable<Double>) |
Invoca a função |
VarP(IEnumerable<Int32>) |
Invoca a função |
VarP(IEnumerable<Int64>) |
Invoca a função |
VarP(IEnumerable<Nullable<Decimal>>) |
Invoca a função |
VarP(IEnumerable<Nullable<Double>>) |
Invoca a função |
VarP(IEnumerable<Nullable<Int32>>) |
Invoca a função |
VarP(IEnumerable<Nullable<Int64>>) |
Invoca a função |