EntityFunctions Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit les méthodes du common language runtime (CLR) qui exposent des fonctions canoniques du modèle conceptuel dans les requêtes LINQ to Entities. Pour plus d’informations sur les fonctions canoniques, consultez Fonctions canoniques.
public ref class EntityFunctions abstract sealed
public static class EntityFunctions
type EntityFunctions = class
Public Class EntityFunctions
- Héritage
-
EntityFunctions
Méthodes
AddDays(Nullable<DateTime>, Nullable<Int32>) |
Appelle la fonction canonique |
AddDays(Nullable<DateTimeOffset>, Nullable<Int32>) |
Appelle la fonction canonique |
AddHours(Nullable<DateTime>, Nullable<Int32>) |
Appelle la fonction canonique |
AddHours(Nullable<DateTimeOffset>, Nullable<Int32>) |
Appelle la fonction canonique |
AddHours(Nullable<TimeSpan>, Nullable<Int32>) |
Appelle la fonction canonique |
AddMicroseconds(Nullable<DateTime>, Nullable<Int32>) |
Appelle la fonction canonique |
AddMicroseconds(Nullable<DateTimeOffset>, Nullable<Int32>) |
Appelle la fonction canonique |
AddMicroseconds(Nullable<TimeSpan>, Nullable<Int32>) |
Appelle la fonction canonique |
AddMilliseconds(Nullable<DateTime>, Nullable<Int32>) |
Appelle la fonction canonique |
AddMilliseconds(Nullable<DateTimeOffset>, Nullable<Int32>) |
Appelle la fonction canonique |
AddMilliseconds(Nullable<TimeSpan>, Nullable<Int32>) |
Appelle la fonction canonique |
AddMinutes(Nullable<DateTime>, Nullable<Int32>) |
Appelle la fonction canonique |
AddMinutes(Nullable<DateTimeOffset>, Nullable<Int32>) |
Appelle la fonction canonique |
AddMinutes(Nullable<TimeSpan>, Nullable<Int32>) |
Appelle la fonction canonique |
AddMonths(Nullable<DateTime>, Nullable<Int32>) |
Appelle la fonction canonique |
AddMonths(Nullable<DateTimeOffset>, Nullable<Int32>) |
Appelle la fonction canonique |
AddNanoseconds(Nullable<DateTime>, Nullable<Int32>) |
Appelle la fonction canonique |
AddNanoseconds(Nullable<DateTimeOffset>, Nullable<Int32>) |
Appelle la fonction canonique |
AddNanoseconds(Nullable<TimeSpan>, Nullable<Int32>) |
Appelle la fonction canonique |
AddSeconds(Nullable<DateTime>, Nullable<Int32>) |
Appelle la fonction canonique |
AddSeconds(Nullable<DateTimeOffset>, Nullable<Int32>) |
Appelle la fonction canonique |
AddSeconds(Nullable<TimeSpan>, Nullable<Int32>) |
Appelle la fonction canonique |
AddYears(Nullable<DateTime>, Nullable<Int32>) |
Appelle la fonction canonique |
AddYears(Nullable<DateTimeOffset>, Nullable<Int32>) |
Appelle la fonction canonique |
AsNonUnicode(String) |
Opérateur LINQ to Entities qui traite la chaîne d'entrée comme une chaîne non Unicode. Cette méthode s'applique uniquement aux requêtes LINQ to Entities. |
AsUnicode(String) |
Opérateur LINQ to Entities qui garantit que la chaîne d'entrée est traitée comme une chaîne Unicode. Cette méthode s'applique uniquement aux requêtes LINQ to Entities. |
CreateDateTime(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Double>) |
Appelle la fonction canonique |
CreateDateTimeOffset(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Double>, Nullable<Int32>) |
Appelle la fonction canonique |
CreateTime(Nullable<Int32>, Nullable<Int32>, Nullable<Double>) |
Appelle la fonction canonique |
DiffDays(Nullable<DateTime>, Nullable<DateTime>) |
Appelle la fonction canonique |
DiffDays(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Appelle la fonction canonique |
DiffHours(Nullable<DateTime>, Nullable<DateTime>) |
Appelle la fonction canonique |
DiffHours(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Appelle la fonction canonique |
DiffHours(Nullable<TimeSpan>, Nullable<TimeSpan>) |
Appelle la fonction canonique |
DiffMicroseconds(Nullable<DateTime>, Nullable<DateTime>) |
Appelle la fonction canonique |
DiffMicroseconds(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Appelle la fonction canonique |
DiffMicroseconds(Nullable<TimeSpan>, Nullable<TimeSpan>) |
Appelle la fonction canonique |
DiffMilliseconds(Nullable<DateTime>, Nullable<DateTime>) |
Appelle la fonction canonique |
DiffMilliseconds(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Appelle la fonction canonique |
DiffMilliseconds(Nullable<TimeSpan>, Nullable<TimeSpan>) |
Appelle la fonction canonique |
DiffMinutes(Nullable<DateTime>, Nullable<DateTime>) |
Appelle la fonction canonique |
DiffMinutes(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Appelle la fonction canonique |
DiffMinutes(Nullable<TimeSpan>, Nullable<TimeSpan>) |
Appelle la fonction canonique |
DiffMonths(Nullable<DateTime>, Nullable<DateTime>) |
Appelle la fonction canonique |
DiffMonths(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Appelle la fonction canonique |
DiffNanoseconds(Nullable<DateTime>, Nullable<DateTime>) |
Appelle la fonction canonique |
DiffNanoseconds(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Appelle la fonction canonique |
DiffNanoseconds(Nullable<TimeSpan>, Nullable<TimeSpan>) |
Appelle la fonction canonique |
DiffSeconds(Nullable<DateTime>, Nullable<DateTime>) |
Appelle la fonction canonique |
DiffSeconds(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Appelle la fonction canonique |
DiffSeconds(Nullable<TimeSpan>, Nullable<TimeSpan>) |
Appelle la fonction canonique |
DiffYears(Nullable<DateTime>, Nullable<DateTime>) |
Appelle la fonction canonique |
DiffYears(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Appelle la fonction canonique |
GetTotalOffsetMinutes(Nullable<DateTimeOffset>) |
Appelle la fonction canonique |
Left(String, Nullable<Int64>) |
Appelle la fonction canonique |
Reverse(String) |
Appelle la fonction canonique |
Right(String, Nullable<Int64>) |
Appelle la fonction canonique |
StandardDeviation(IEnumerable<Decimal>) |
Appelle la fonction canonique |
StandardDeviation(IEnumerable<Double>) |
Appelle la fonction canonique |
StandardDeviation(IEnumerable<Int32>) |
Appelle la fonction canonique |
StandardDeviation(IEnumerable<Int64>) |
Appelle la fonction canonique |
StandardDeviation(IEnumerable<Nullable<Decimal>>) |
Appelle la fonction canonique |
StandardDeviation(IEnumerable<Nullable<Double>>) |
Appelle la fonction canonique |
StandardDeviation(IEnumerable<Nullable<Int32>>) |
Appelle la fonction canonique |
StandardDeviation(IEnumerable<Nullable<Int64>>) |
Appelle la fonction canonique |
StandardDeviationP(IEnumerable<Decimal>) |
Appelle la fonction canonique |
StandardDeviationP(IEnumerable<Double>) |
Appelle la fonction canonique |
StandardDeviationP(IEnumerable<Int32>) |
Appelle la fonction canonique |
StandardDeviationP(IEnumerable<Int64>) |
Appelle la fonction canonique |
StandardDeviationP(IEnumerable<Nullable<Decimal>>) |
Appelle la fonction canonique |
StandardDeviationP(IEnumerable<Nullable<Double>>) |
Appelle la fonction canonique |
StandardDeviationP(IEnumerable<Nullable<Int32>>) |
Appelle la fonction canonique |
StandardDeviationP(IEnumerable<Nullable<Int64>>) |
Appelle la fonction canonique |
Truncate(Nullable<Decimal>, Nullable<Int32>) |
Appelle la fonction canonique |
Truncate(Nullable<Double>, Nullable<Int32>) |
Appelle la fonction canonique |
TruncateTime(Nullable<DateTime>) |
Appelle la fonction canonique |
TruncateTime(Nullable<DateTimeOffset>) |
Appelle la fonction canonique |
Var(IEnumerable<Decimal>) |
Appelle la fonction canonique |
Var(IEnumerable<Double>) |
Appelle la fonction canonique |
Var(IEnumerable<Int32>) |
Appelle la fonction canonique |
Var(IEnumerable<Int64>) |
Appelle la fonction canonique |
Var(IEnumerable<Nullable<Decimal>>) |
Appelle la fonction canonique |
Var(IEnumerable<Nullable<Double>>) |
Appelle la fonction canonique |
Var(IEnumerable<Nullable<Int32>>) |
Appelle la fonction canonique |
Var(IEnumerable<Nullable<Int64>>) |
Appelle la fonction canonique |
VarP(IEnumerable<Decimal>) |
Appelle la fonction canonique |
VarP(IEnumerable<Double>) |
Appelle la fonction canonique |
VarP(IEnumerable<Int32>) |
Appelle la fonction canonique |
VarP(IEnumerable<Int64>) |
Appelle la fonction canonique |
VarP(IEnumerable<Nullable<Decimal>>) |
Appelle la fonction canonique |
VarP(IEnumerable<Nullable<Double>>) |
Appelle la fonction canonique |
VarP(IEnumerable<Nullable<Int32>>) |
Appelle la fonction canonique |
VarP(IEnumerable<Nullable<Int64>>) |
Appelle la fonction canonique |