Sdílet prostřednictvím


EntityFunctions.DiffMicroseconds Metoda

Definice

Vyvolá kanonickou DiffMicroseconds funkci. Informace o kanonické DiffMicroseconds funkci najdete v tématu Kanonické funkce data a času.

Přetížení

DiffMicroseconds(Nullable<TimeSpan>, Nullable<TimeSpan>)

Vyvolá kanonickou DiffMicroseconds funkci. Informace o kanonické DiffMicroseconds funkci najdete v tématu Kanonické funkce data a času.

DiffMicroseconds(Nullable<DateTime>, Nullable<DateTime>)

Vyvolá kanonickou DiffMicroseconds funkci. Informace o kanonické DiffMicroseconds funkci najdete v tématu Kanonické funkce data a času.

DiffMicroseconds(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>)

Vyvolá kanonickou DiffMicroseconds funkci. Informace o kanonické DiffMicroseconds funkci najdete v tématu Kanonické funkce data a času.

Poznámky

Tuto funkci nelze volat přímo. Tato funkce se může zobrazit pouze v rámci dotazu LINQ to Entities.

Tato funkce se přeloží do odpovídající funkce v databázi.

DiffMicroseconds(Nullable<TimeSpan>, Nullable<TimeSpan>)

Vyvolá kanonickou DiffMicroseconds funkci. Informace o kanonické DiffMicroseconds funkci najdete v tématu Kanonické funkce data a času.

public:
 static Nullable<int> DiffMicroseconds(Nullable<TimeSpan> timeValue1, Nullable<TimeSpan> timeValue2);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "DiffMicroseconds")]
public static int? DiffMicroseconds (TimeSpan? timeValue1, TimeSpan? timeValue2);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "DiffMicroseconds")>]
static member DiffMicroseconds : Nullable<TimeSpan> * Nullable<TimeSpan> -> Nullable<int>
Public Shared Function DiffMicroseconds (timeValue1 As Nullable(Of TimeSpan), timeValue2 As Nullable(Of TimeSpan)) As Nullable(Of Integer)

Parametry

timeValue1
Nullable<TimeSpan>

Platné časové období.

timeValue2
Nullable<TimeSpan>

Platné časové období.

Návraty

Počet mikrosekund mezi timeValue1 a timeValue2.

Atributy

Poznámky

Tuto funkci nelze volat přímo. Tato funkce se může zobrazit pouze v rámci dotazu LINQ to Entities.

Tato funkce se přeloží do odpovídající funkce v databázi.

Platí pro

DiffMicroseconds(Nullable<DateTime>, Nullable<DateTime>)

Vyvolá kanonickou DiffMicroseconds funkci. Informace o kanonické DiffMicroseconds funkci najdete v tématu Kanonické funkce data a času.

public:
 static Nullable<int> DiffMicroseconds(Nullable<DateTime> timeValue1, Nullable<DateTime> timeValue2);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "DiffMicroseconds")]
public static int? DiffMicroseconds (DateTime? timeValue1, DateTime? timeValue2);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "DiffMicroseconds")>]
static member DiffMicroseconds : Nullable<DateTime> * Nullable<DateTime> -> Nullable<int>
Public Shared Function DiffMicroseconds (timeValue1 As Nullable(Of DateTime), timeValue2 As Nullable(Of DateTime)) As Nullable(Of Integer)

Parametry

timeValue1
Nullable<DateTime>

Platné datum.

timeValue2
Nullable<DateTime>

Platné datum.

Návraty

Počet mikrosekund mezi timeValue1 a timeValue2.

Atributy

Poznámky

Tuto funkci nelze volat přímo. Tato funkce se může zobrazit pouze v rámci dotazu LINQ to Entities.

Tato funkce se přeloží do odpovídající funkce v databázi.

Platí pro

DiffMicroseconds(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>)

Vyvolá kanonickou DiffMicroseconds funkci. Informace o kanonické DiffMicroseconds funkci najdete v tématu Kanonické funkce data a času.

public:
 static Nullable<int> DiffMicroseconds(Nullable<DateTimeOffset> timeValue1, Nullable<DateTimeOffset> timeValue2);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "DiffMicroseconds")]
public static int? DiffMicroseconds (DateTimeOffset? timeValue1, DateTimeOffset? timeValue2);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "DiffMicroseconds")>]
static member DiffMicroseconds : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Nullable<int>
Public Shared Function DiffMicroseconds (timeValue1 As Nullable(Of DateTimeOffset), timeValue2 As Nullable(Of DateTimeOffset)) As Nullable(Of Integer)

Parametry

timeValue1
Nullable<DateTimeOffset>

Platný posun data a času.

timeValue2
Nullable<DateTimeOffset>

Platný posun data a času.

Návraty

Počet mikrosekund mezi timeValue1 a timeValue2.

Atributy

Poznámky

Tuto funkci nelze volat přímo. Tato funkce se může zobrazit pouze v rámci dotazu LINQ to Entities.

Tato funkce se přeloží do odpovídající funkce v databázi.

Platí pro