Sdílet prostřednictvím


SqlServerDbFunctionsExtensions.DateDiffMillisecond Metoda

Definice

Přetížení

DateDiffMillisecond(DbFunctions, TimeSpan, TimeSpan)

Spočítá počet milisekund překročení hranice mezi startTimeSpan a endTimeSpan. Odpovídá SQL Server DATEDIFF(millisecond, @startTimeSpan, @endTimeSpan).

DateDiffMillisecond(DbFunctions, TimeOnly, TimeOnly)

Spočítá počet milisekund překročení hranice mezi startTime a endTime. Odpovídá SQL Server DATEDIFF(millisecond, @startTime, @endTime).

DateDiffMillisecond(DbFunctions, Nullable<TimeSpan>, Nullable<TimeSpan>)

Spočítá počet milisekund překročení hranice mezi startTimeSpan a endTimeSpan. Odpovídá SQL Server DATEDIFF(millisecond, @startTimeSpan, @endTimeSpan).

DateDiffMillisecond(DbFunctions, Nullable<TimeOnly>, Nullable<TimeOnly>)

Spočítá počet milisekund překročení hranice mezi startTime a endTime. Odpovídá SQL Server DATEDIFF(millisecond, @startTime, @endTime).

DateDiffMillisecond(DbFunctions, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>)

Spočítá počet milisekund překročení hranice mezi startDate a endDate. Odpovídá SQL Server DATEDIFF(millisecond, @startDate, @endDate).

DateDiffMillisecond(DbFunctions, Nullable<DateOnly>, Nullable<DateOnly>)

Spočítá počet milisekund překročení hranice mezi startDate a endDate. Odpovídá SQL Server DATEDIFF(millisecond, @startDate, @endDate).

DateDiffMillisecond(DbFunctions, DateTimeOffset, DateTimeOffset)

Spočítá počet milisekund překročení hranice mezi startDate a endDate. Odpovídá SQL Server DATEDIFF(millisecond, @startDate, @endDate).

DateDiffMillisecond(DbFunctions, DateTime, DateTime)

Spočítá počet milisekund překročení hranice mezi startDate a endDate. Odpovídá SQL Server DATEDIFF(millisecond, @startDate, @endDate).

DateDiffMillisecond(DbFunctions, DateOnly, DateOnly)

Spočítá počet milisekund překročení hranice mezi startDate a endDate. Odpovídá SQL Server DATEDIFF(millisecond, @startDate, @endDate).

DateDiffMillisecond(DbFunctions, Nullable<DateTime>, Nullable<DateTime>)

Spočítá počet milisekund překročení hranice mezi startDate a endDate. Odpovídá SQL Server DATEDIFF(millisecond, @startDate, @endDate).

DateDiffMillisecond(DbFunctions, TimeSpan, TimeSpan)

Spočítá počet milisekund překročení hranice mezi startTimeSpan a endTimeSpan. Odpovídá SQL Server DATEDIFF(millisecond, @startTimeSpan, @endTimeSpan).

public static int DateDiffMillisecond (this Microsoft.EntityFrameworkCore.DbFunctions _, TimeSpan startTimeSpan, TimeSpan endTimeSpan);
static member DateDiffMillisecond : Microsoft.EntityFrameworkCore.DbFunctions * TimeSpan * TimeSpan -> int
<Extension()>
Public Function DateDiffMillisecond (_ As DbFunctions, startTimeSpan As TimeSpan, endTimeSpan As TimeSpan) As Integer

Parametry

_
DbFunctions

Instance DbFunctions.

startTimeSpan
TimeSpan

Počáteční časový rozsah výpočtu.

endTimeSpan
TimeSpan

Konec časového rozsahu výpočtu.

Návraty

Počet milisekund překročení hranice mezi časovými intervaly

Poznámky

Další informace a příklady najdete v tématech Databázové funkcea Přístup k SQL Server a Azure SQL databázím pomocí EF Core.

Platí pro

DateDiffMillisecond(DbFunctions, TimeOnly, TimeOnly)

Spočítá počet milisekund překročení hranice mezi startTime a endTime. Odpovídá SQL Server DATEDIFF(millisecond, @startTime, @endTime).

public static int DateDiffMillisecond (this Microsoft.EntityFrameworkCore.DbFunctions _, TimeOnly startTime, TimeOnly endTime);
static member DateDiffMillisecond : Microsoft.EntityFrameworkCore.DbFunctions * TimeOnly * TimeOnly -> int
<Extension()>
Public Function DateDiffMillisecond (_ As DbFunctions, startTime As TimeOnly, endTime As TimeOnly) As Integer

Parametry

_
DbFunctions

Instance DbFunctions.

startTime
TimeOnly

Počáteční čas výpočtu.

endTime
TimeOnly

Čas ukončení výpočtu.

Návraty

Počet milisekund překročení hranice mezi časy.

Poznámky

Další informace a příklady najdete v tématech Databázové funkcea Přístup k SQL Server a Azure SQL databázím pomocí EF Core.

Platí pro

DateDiffMillisecond(DbFunctions, Nullable<TimeSpan>, Nullable<TimeSpan>)

Spočítá počet milisekund překročení hranice mezi startTimeSpan a endTimeSpan. Odpovídá SQL Server DATEDIFF(millisecond, @startTimeSpan, @endTimeSpan).

public static int? DateDiffMillisecond (this Microsoft.EntityFrameworkCore.DbFunctions _, TimeSpan? startTimeSpan, TimeSpan? endTimeSpan);
static member DateDiffMillisecond : Microsoft.EntityFrameworkCore.DbFunctions * Nullable<TimeSpan> * Nullable<TimeSpan> -> Nullable<int>
<Extension()>
Public Function DateDiffMillisecond (_ As DbFunctions, startTimeSpan As Nullable(Of TimeSpan), endTimeSpan As Nullable(Of TimeSpan)) As Nullable(Of Integer)

Parametry

_
DbFunctions

Instance DbFunctions.

startTimeSpan
Nullable<TimeSpan>

Počáteční časový rozsah výpočtu.

endTimeSpan
Nullable<TimeSpan>

Konec časového rozsahu výpočtu.

Návraty

Počet milisekund překročení hranice mezi časovými intervaly

Poznámky

Další informace a příklady najdete v tématech Databázové funkcea Přístup k SQL Server a Azure SQL databázím pomocí EF Core.

Platí pro

DateDiffMillisecond(DbFunctions, Nullable<TimeOnly>, Nullable<TimeOnly>)

Spočítá počet milisekund překročení hranice mezi startTime a endTime. Odpovídá SQL Server DATEDIFF(millisecond, @startTime, @endTime).

public static int? DateDiffMillisecond (this Microsoft.EntityFrameworkCore.DbFunctions _, TimeOnly? startTime, TimeOnly? endTime);
static member DateDiffMillisecond : Microsoft.EntityFrameworkCore.DbFunctions * Nullable<TimeOnly> * Nullable<TimeOnly> -> Nullable<int>
<Extension()>
Public Function DateDiffMillisecond (_ As DbFunctions, startTime As Nullable(Of TimeOnly), endTime As Nullable(Of TimeOnly)) As Nullable(Of Integer)

Parametry

_
DbFunctions

Instance DbFunctions.

startTime
Nullable<TimeOnly>

Počáteční čas výpočtu.

endTime
Nullable<TimeOnly>

Čas ukončení výpočtu.

Návraty

Počet milisekund překročení hranice mezi časy.

Poznámky

Další informace a příklady najdete v tématech Databázové funkcea Přístup k SQL Server a Azure SQL databázím pomocí EF Core.

Platí pro

DateDiffMillisecond(DbFunctions, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>)

Spočítá počet milisekund překročení hranice mezi startDate a endDate. Odpovídá SQL Server DATEDIFF(millisecond, @startDate, @endDate).

public static int? DateDiffMillisecond (this Microsoft.EntityFrameworkCore.DbFunctions _, DateTimeOffset? startDate, DateTimeOffset? endDate);
static member DateDiffMillisecond : Microsoft.EntityFrameworkCore.DbFunctions * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Nullable<int>
<Extension()>
Public Function DateDiffMillisecond (_ As DbFunctions, startDate As Nullable(Of DateTimeOffset), endDate As Nullable(Of DateTimeOffset)) As Nullable(Of Integer)

Parametry

_
DbFunctions

Instance DbFunctions.

startDate
Nullable<DateTimeOffset>

Počáteční datum výpočtu.

endDate
Nullable<DateTimeOffset>

Koncové datum výpočtu.

Návraty

Počet milisekund hranic překročených mezi daty

Poznámky

Další informace a příklady najdete v tématech Databázové funkcea Přístup k SQL Server a Azure SQL databázím pomocí EF Core.

Platí pro

DateDiffMillisecond(DbFunctions, Nullable<DateOnly>, Nullable<DateOnly>)

Spočítá počet milisekund překročení hranice mezi startDate a endDate. Odpovídá SQL Server DATEDIFF(millisecond, @startDate, @endDate).

public static int? DateDiffMillisecond (this Microsoft.EntityFrameworkCore.DbFunctions _, DateOnly? startDate, DateOnly? endDate);
static member DateDiffMillisecond : Microsoft.EntityFrameworkCore.DbFunctions * Nullable<DateOnly> * Nullable<DateOnly> -> Nullable<int>
<Extension()>
Public Function DateDiffMillisecond (_ As DbFunctions, startDate As Nullable(Of DateOnly), endDate As Nullable(Of DateOnly)) As Nullable(Of Integer)

Parametry

_
DbFunctions

Instance DbFunctions.

startDate
Nullable<DateOnly>

Počáteční datum výpočtu.

endDate
Nullable<DateOnly>

Koncové datum výpočtu.

Návraty

Počet milisekund hranic překročených mezi daty

Poznámky

Další informace a příklady najdete v tématech Databázové funkcea Přístup k SQL Server a Azure SQL databázím pomocí EF Core.

Platí pro

DateDiffMillisecond(DbFunctions, DateTimeOffset, DateTimeOffset)

Spočítá počet milisekund překročení hranice mezi startDate a endDate. Odpovídá SQL Server DATEDIFF(millisecond, @startDate, @endDate).

public static int DateDiffMillisecond (this Microsoft.EntityFrameworkCore.DbFunctions _, DateTimeOffset startDate, DateTimeOffset endDate);
static member DateDiffMillisecond : Microsoft.EntityFrameworkCore.DbFunctions * DateTimeOffset * DateTimeOffset -> int
<Extension()>
Public Function DateDiffMillisecond (_ As DbFunctions, startDate As DateTimeOffset, endDate As DateTimeOffset) As Integer

Parametry

_
DbFunctions

Instance DbFunctions.

startDate
DateTimeOffset

Počáteční datum výpočtu.

endDate
DateTimeOffset

Koncové datum výpočtu.

Návraty

Počet milisekund hranic překročených mezi daty

Poznámky

Další informace a příklady najdete v tématech Databázové funkcea Přístup k SQL Server a Azure SQL databázím pomocí EF Core.

Platí pro

DateDiffMillisecond(DbFunctions, DateTime, DateTime)

Spočítá počet milisekund překročení hranice mezi startDate a endDate. Odpovídá SQL Server DATEDIFF(millisecond, @startDate, @endDate).

public static int DateDiffMillisecond (this Microsoft.EntityFrameworkCore.DbFunctions _, DateTime startDate, DateTime endDate);
static member DateDiffMillisecond : Microsoft.EntityFrameworkCore.DbFunctions * DateTime * DateTime -> int
<Extension()>
Public Function DateDiffMillisecond (_ As DbFunctions, startDate As DateTime, endDate As DateTime) As Integer

Parametry

_
DbFunctions

Instance DbFunctions.

startDate
DateTime

Počáteční datum výpočtu.

endDate
DateTime

Koncové datum výpočtu.

Návraty

Počet milisekund hranic překročených mezi daty

Poznámky

Další informace a příklady najdete v tématech Databázové funkcea Přístup k SQL Server a Azure SQL databázím pomocí EF Core.

Platí pro

DateDiffMillisecond(DbFunctions, DateOnly, DateOnly)

Spočítá počet milisekund překročení hranice mezi startDate a endDate. Odpovídá SQL Server DATEDIFF(millisecond, @startDate, @endDate).

public static int DateDiffMillisecond (this Microsoft.EntityFrameworkCore.DbFunctions _, DateOnly startDate, DateOnly endDate);
static member DateDiffMillisecond : Microsoft.EntityFrameworkCore.DbFunctions * DateOnly * DateOnly -> int
<Extension()>
Public Function DateDiffMillisecond (_ As DbFunctions, startDate As DateOnly, endDate As DateOnly) As Integer

Parametry

_
DbFunctions

Instance DbFunctions.

startDate
DateOnly

Počáteční datum výpočtu.

endDate
DateOnly

Koncové datum výpočtu.

Návraty

Počet milisekund hranic překročených mezi daty

Poznámky

Další informace a příklady najdete v tématech Databázové funkcea Přístup k SQL Server a Azure SQL databázím pomocí EF Core.

Platí pro

DateDiffMillisecond(DbFunctions, Nullable<DateTime>, Nullable<DateTime>)

Spočítá počet milisekund překročení hranice mezi startDate a endDate. Odpovídá SQL Server DATEDIFF(millisecond, @startDate, @endDate).

public static int? DateDiffMillisecond (this Microsoft.EntityFrameworkCore.DbFunctions _, DateTime? startDate, DateTime? endDate);
static member DateDiffMillisecond : Microsoft.EntityFrameworkCore.DbFunctions * Nullable<DateTime> * Nullable<DateTime> -> Nullable<int>
<Extension()>
Public Function DateDiffMillisecond (_ As DbFunctions, startDate As Nullable(Of DateTime), endDate As Nullable(Of DateTime)) As Nullable(Of Integer)

Parametry

_
DbFunctions

Instance DbFunctions.

startDate
Nullable<DateTime>

Počáteční datum výpočtu.

endDate
Nullable<DateTime>

Koncové datum výpočtu.

Návraty

Počet milisekund hranic překročených mezi daty

Poznámky

Další informace a příklady najdete v tématech Databázové funkcea Přístup k SQL Server a Azure SQL databázím pomocí EF Core.

Platí pro