EdmFunctions.DiffNanoseconds(DbExpression, DbExpression) Méthode
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.
Crée une DbFunctionExpression appelant la fonction « DiffNanoseconds » canonique avec les arguments spécifiés, qui doivent tous avoir un résultat de type DateTime ou DateTimeOffset ou Time. Le résultat de l’expression est de type Edm.Int32.
public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression DiffNanoseconds (this System.Data.Entity.Core.Common.CommandTrees.DbExpression timeValue1, System.Data.Entity.Core.Common.CommandTrees.DbExpression timeValue2);
static member DiffNanoseconds : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function DiffNanoseconds (timeValue1 As DbExpression, timeValue2 As DbExpression) As DbFunctionExpression
Paramètres
- timeValue1
- DbExpression
Expression qui spécifie le premier argument de la valeur d'heure.
- timeValue2
- DbExpression
Expression qui spécifie le second argument de la valeur horaire.
Retours
Nouvelle DbFunctionExpression qui retourne le nombre de nanosecondes qui correspond à la différence entre timeValue1 et timeValue2.