EdmFunctions.DiffMicroseconds(DbExpression, DbExpression) Methode

Definition

Erstellt einen DbFunctionExpression, der die kanonische DiffMicroseconds-Funktion mit den angegebenen Argumenten aufruft, die jeweils den Ergebnistyp DateTime, DateTimeOffset oder Time aufweisen müssen. Der Ergebnistyp des Ausdrucks ist „Edm.Int32“.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ DiffMicroseconds(System::Data::Common::CommandTrees::DbExpression ^ timeValue1, System::Data::Common::CommandTrees::DbExpression ^ timeValue2);
public static System.Data.Common.CommandTrees.DbFunctionExpression DiffMicroseconds (this System.Data.Common.CommandTrees.DbExpression timeValue1, System.Data.Common.CommandTrees.DbExpression timeValue2);
static member DiffMicroseconds : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function DiffMicroseconds (timeValue1 As DbExpression, timeValue2 As DbExpression) As DbFunctionExpression

Parameter

timeValue1
DbExpression

Ein Ausdruck, der das erste Uhrzeitwertargument angibt.

timeValue2
DbExpression

Ein Ausdruck, der das zweite Zeitwertargument angibt.

Gibt zurück

Ein neues DbFunctionExpression-Objekt, das die Anzahl von Mikrosekunden zurückgibt, die den Unterschied zwischen timeValue1 und darstellt timeValue2.

Gilt für: