SqlServerDbFunctionsExtensions.DateDiffMicrosecond Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
DateDiffMicrosecond(DbFunctions, Nullable<TimeOnly>, Nullable<TimeOnly>) |
Conta il numero di limiti di microsecondi incrociati tra |
DateDiffMicrosecond(DbFunctions, TimeSpan, TimeSpan) |
Conta il numero di limiti di microsecondi incrociati tra |
DateDiffMicrosecond(DbFunctions, TimeOnly, TimeOnly) |
Conta il numero di limiti di microsecondi incrociati tra |
DateDiffMicrosecond(DbFunctions, Nullable<TimeSpan>, Nullable<TimeSpan>) |
Conta il numero di limiti di microsecondi incrociati tra |
DateDiffMicrosecond(DbFunctions, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Conta il numero di limiti di microsecondi incrociati tra |
DateDiffMicrosecond(DbFunctions, Nullable<DateTime>, Nullable<DateTime>) |
Conta il numero di limiti di microsecondi incrociati tra |
DateDiffMicrosecond(DbFunctions, Nullable<DateOnly>, Nullable<DateOnly>) |
Conta il numero di limiti di microsecondi incrociati tra |
DateDiffMicrosecond(DbFunctions, DateTimeOffset, DateTimeOffset) |
Conta il numero di limiti di microsecondi incrociati tra |
DateDiffMicrosecond(DbFunctions, DateTime, DateTime) |
Conta il numero di limiti di microsecondi incrociati tra |
DateDiffMicrosecond(DbFunctions, DateOnly, DateOnly) |
Conta il numero di limiti di microsecondi incrociati tra |
DateDiffMicrosecond(DbFunctions, Nullable<TimeOnly>, Nullable<TimeOnly>)
Conta il numero di limiti di microsecondi incrociati tra startTime
e endTime
. Corrisponde SQL Server DATEDIFF(microsecond, @startTime, @endTime)
a .
public static int? DateDiffMicrosecond (this Microsoft.EntityFrameworkCore.DbFunctions _, TimeOnly? startTime, TimeOnly? endTime);
static member DateDiffMicrosecond : Microsoft.EntityFrameworkCore.DbFunctions * Nullable<TimeOnly> * Nullable<TimeOnly> -> Nullable<int>
<Extension()>
Public Function DateDiffMicrosecond (_ As DbFunctions, startTime As Nullable(Of TimeOnly), endTime As Nullable(Of TimeOnly)) As Nullable(Of Integer)
Parametri
Istanza di DbFunctions.
Restituisce
Numero di limiti di microsecondi incrociati tra i tempi.
Commenti
Per altre informazioni ed esempi, vedere Funzioni di databasee Accesso a SQL Server e Azure SQL database con EF Core.
Si applica a
DateDiffMicrosecond(DbFunctions, TimeSpan, TimeSpan)
Conta il numero di limiti di microsecondi incrociati tra startTimeSpan
e endTimeSpan
. Corrisponde SQL Server DATEDIFF(microsecond, @startTimeSpan, @endTimeSpan)
a .
public static int DateDiffMicrosecond (this Microsoft.EntityFrameworkCore.DbFunctions _, TimeSpan startTimeSpan, TimeSpan endTimeSpan);
static member DateDiffMicrosecond : Microsoft.EntityFrameworkCore.DbFunctions * TimeSpan * TimeSpan -> int
<Extension()>
Public Function DateDiffMicrosecond (_ As DbFunctions, startTimeSpan As TimeSpan, endTimeSpan As TimeSpan) As Integer
Parametri
Istanza di DbFunctions.
- startTimeSpan
- TimeSpan
Intervallo di tempo di inizio per il calcolo.
- endTimeSpan
- TimeSpan
Intervallo di tempo finale per il calcolo.
Restituisce
Numero di limiti di microsecondi incrociati tra gli intervalli di tempo.
Commenti
Per altre informazioni ed esempi, vedere Funzioni di databasee Accesso a SQL Server e Azure SQL database con EF Core.
Si applica a
DateDiffMicrosecond(DbFunctions, TimeOnly, TimeOnly)
Conta il numero di limiti di microsecondi incrociati tra startTime
e endTime
. Corrisponde SQL Server DATEDIFF(microsecond, @startTime, @endTime)
a .
public static int DateDiffMicrosecond (this Microsoft.EntityFrameworkCore.DbFunctions _, TimeOnly startTime, TimeOnly endTime);
static member DateDiffMicrosecond : Microsoft.EntityFrameworkCore.DbFunctions * TimeOnly * TimeOnly -> int
<Extension()>
Public Function DateDiffMicrosecond (_ As DbFunctions, startTime As TimeOnly, endTime As TimeOnly) As Integer
Parametri
Istanza di DbFunctions.
- startTime
- TimeOnly
Ora di inizio per il calcolo.
- endTime
- TimeOnly
Ora di fine per il calcolo.
Restituisce
Numero di limiti di microsecondi incrociati tra i tempi.
Commenti
Per altre informazioni ed esempi, vedere Funzioni di databasee Accesso a SQL Server e Azure SQL database con EF Core.
Si applica a
DateDiffMicrosecond(DbFunctions, Nullable<TimeSpan>, Nullable<TimeSpan>)
Conta il numero di limiti di microsecondi incrociati tra startTimeSpan
e endTimeSpan
. Corrisponde SQL Server DATEDIFF(microsecond, @startTimeSpan, @endTimeSpan)
a .
public static int? DateDiffMicrosecond (this Microsoft.EntityFrameworkCore.DbFunctions _, TimeSpan? startTimeSpan, TimeSpan? endTimeSpan);
static member DateDiffMicrosecond : Microsoft.EntityFrameworkCore.DbFunctions * Nullable<TimeSpan> * Nullable<TimeSpan> -> Nullable<int>
<Extension()>
Public Function DateDiffMicrosecond (_ As DbFunctions, startTimeSpan As Nullable(Of TimeSpan), endTimeSpan As Nullable(Of TimeSpan)) As Nullable(Of Integer)
Parametri
Istanza di DbFunctions.
Restituisce
Numero di limiti di microsecondi incrociati tra gli intervalli di tempo.
Commenti
Per altre informazioni ed esempi, vedere Funzioni di databasee Accesso a SQL Server e Azure SQL database con EF Core.
Si applica a
DateDiffMicrosecond(DbFunctions, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>)
Conta il numero di limiti di microsecondi incrociati tra startDate
e endDate
. Corrisponde SQL Server DATEDIFF(microsecond, @startDate, @endDate)
a .
public static int? DateDiffMicrosecond (this Microsoft.EntityFrameworkCore.DbFunctions _, DateTimeOffset? startDate, DateTimeOffset? endDate);
static member DateDiffMicrosecond : Microsoft.EntityFrameworkCore.DbFunctions * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Nullable<int>
<Extension()>
Public Function DateDiffMicrosecond (_ As DbFunctions, startDate As Nullable(Of DateTimeOffset), endDate As Nullable(Of DateTimeOffset)) As Nullable(Of Integer)
Parametri
Istanza di DbFunctions.
- startDate
- Nullable<DateTimeOffset>
Data di inizio per il calcolo.
- endDate
- Nullable<DateTimeOffset>
Data di fine per il calcolo.
Restituisce
Numero di limiti di microsecondi incrociati tra le date.
Commenti
Per altre informazioni ed esempi, vedere Funzioni di databasee Accesso a SQL Server e Azure SQL database con EF Core.
Si applica a
DateDiffMicrosecond(DbFunctions, Nullable<DateTime>, Nullable<DateTime>)
Conta il numero di limiti di microsecondi incrociati tra startDate
e endDate
. Corrisponde SQL Server DATEDIFF(microsecond, @startDate, @endDate)
a .
public static int? DateDiffMicrosecond (this Microsoft.EntityFrameworkCore.DbFunctions _, DateTime? startDate, DateTime? endDate);
static member DateDiffMicrosecond : Microsoft.EntityFrameworkCore.DbFunctions * Nullable<DateTime> * Nullable<DateTime> -> Nullable<int>
<Extension()>
Public Function DateDiffMicrosecond (_ As DbFunctions, startDate As Nullable(Of DateTime), endDate As Nullable(Of DateTime)) As Nullable(Of Integer)
Parametri
Istanza di DbFunctions.
Restituisce
Numero di limiti di microsecondi incrociati tra le date.
Commenti
Per altre informazioni ed esempi, vedere Funzioni di databasee Accesso a SQL Server e Azure SQL database con EF Core.
Si applica a
DateDiffMicrosecond(DbFunctions, Nullable<DateOnly>, Nullable<DateOnly>)
Conta il numero di limiti di microsecondi incrociati tra startDate
e endDate
. Corrisponde SQL Server DATEDIFF(microsecond, @startDate, @endDate)
a .
public static int? DateDiffMicrosecond (this Microsoft.EntityFrameworkCore.DbFunctions _, DateOnly? startDate, DateOnly? endDate);
static member DateDiffMicrosecond : Microsoft.EntityFrameworkCore.DbFunctions * Nullable<DateOnly> * Nullable<DateOnly> -> Nullable<int>
<Extension()>
Public Function DateDiffMicrosecond (_ As DbFunctions, startDate As Nullable(Of DateOnly), endDate As Nullable(Of DateOnly)) As Nullable(Of Integer)
Parametri
Istanza di DbFunctions.
Restituisce
Numero di limiti di microsecondi incrociati tra le date.
Commenti
Per altre informazioni ed esempi, vedere Funzioni di databasee Accesso a SQL Server e Azure SQL database con EF Core.
Si applica a
DateDiffMicrosecond(DbFunctions, DateTimeOffset, DateTimeOffset)
Conta il numero di limiti di microsecondi incrociati tra startDate
e endDate
. Corrisponde SQL Server DATEDIFF(microsecond, @startDate, @endDate)
a .
public static int DateDiffMicrosecond (this Microsoft.EntityFrameworkCore.DbFunctions _, DateTimeOffset startDate, DateTimeOffset endDate);
static member DateDiffMicrosecond : Microsoft.EntityFrameworkCore.DbFunctions * DateTimeOffset * DateTimeOffset -> int
<Extension()>
Public Function DateDiffMicrosecond (_ As DbFunctions, startDate As DateTimeOffset, endDate As DateTimeOffset) As Integer
Parametri
Istanza di DbFunctions.
- startDate
- DateTimeOffset
Data di inizio per il calcolo.
- endDate
- DateTimeOffset
Data di fine per il calcolo.
Restituisce
Numero di limiti di microsecondi incrociati tra le date.
Commenti
Per altre informazioni ed esempi, vedere Funzioni di databasee Accesso a SQL Server e Azure SQL database con EF Core.
Si applica a
DateDiffMicrosecond(DbFunctions, DateTime, DateTime)
Conta il numero di limiti microsecondi incrociati tra e startDate
endDate
. Corrisponde a SQL Server .DATEDIFF(microsecond, @startDate, @endDate)
public static int DateDiffMicrosecond (this Microsoft.EntityFrameworkCore.DbFunctions _, DateTime startDate, DateTime endDate);
static member DateDiffMicrosecond : Microsoft.EntityFrameworkCore.DbFunctions * DateTime * DateTime -> int
<Extension()>
Public Function DateDiffMicrosecond (_ As DbFunctions, startDate As DateTime, endDate As DateTime) As Integer
Parametri
Istanza di DbFunctions.
- startDate
- DateTime
Data di inizio per il calcolo.
- endDate
- DateTime
Data di fine per il calcolo.
Restituisce
Numero di limiti microsecondi incrociati tra le date.
Commenti
Per altre informazioni ed esempi, vedere Funzioni di databasee Accesso a SQL Server e Azure SQL database con EF Core.
Si applica a
DateDiffMicrosecond(DbFunctions, DateOnly, DateOnly)
Conta il numero di limiti microsecondi incrociati tra e startDate
endDate
. Corrisponde a SQL Server .DATEDIFF(microsecond, @startDate, @endDate)
public static int DateDiffMicrosecond (this Microsoft.EntityFrameworkCore.DbFunctions _, DateOnly startDate, DateOnly endDate);
static member DateDiffMicrosecond : Microsoft.EntityFrameworkCore.DbFunctions * DateOnly * DateOnly -> int
<Extension()>
Public Function DateDiffMicrosecond (_ As DbFunctions, startDate As DateOnly, endDate As DateOnly) As Integer
Parametri
Istanza di DbFunctions.
- startDate
- DateOnly
Data di inizio per il calcolo.
- endDate
- DateOnly
Data di fine per il calcolo.
Restituisce
Numero di limiti microsecondi incrociati tra le date.
Commenti
Per altre informazioni ed esempi, vedere Funzioni di databasee accesso a SQL Server e Azure SQL database con EF Core.