SqlServerDbFunctionsExtensions.DateDiffSecond メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DateDiffSecond(DbFunctions, DateOnly, DateOnly) |
と |
DateDiffSecond(DbFunctions, DateTime, DateTime) |
と |
DateDiffSecond(DbFunctions, DateTimeOffset, DateTimeOffset) |
と |
DateDiffSecond(DbFunctions, Nullable<DateOnly>, Nullable<DateOnly>) |
と |
DateDiffSecond(DbFunctions, Nullable<DateTime>, Nullable<DateTime>) |
と |
DateDiffSecond(DbFunctions, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
と |
DateDiffSecond(DbFunctions, Nullable<TimeOnly>, Nullable<TimeOnly>) |
と |
DateDiffSecond(DbFunctions, Nullable<TimeSpan>, Nullable<TimeSpan>) |
と |
DateDiffSecond(DbFunctions, TimeOnly, TimeOnly) |
と |
DateDiffSecond(DbFunctions, TimeSpan, TimeSpan) |
と |
DateDiffSecond(DbFunctions, DateOnly, DateOnly)
と endDate
の間で交差する 2 番目の境界の数をstartDate
カウントします。 SQL Server の DATEDIFF(second, @startDate, @endDate)
に対応します。
public static int DateDiffSecond (this Microsoft.EntityFrameworkCore.DbFunctions _, DateOnly startDate, DateOnly endDate);
static member DateDiffSecond : Microsoft.EntityFrameworkCore.DbFunctions * DateOnly * DateOnly -> int
<Extension()>
Public Function DateDiffSecond (_ As DbFunctions, startDate As DateOnly, endDate As DateOnly) As Integer
パラメーター
DbFunctions のインスタンスです。
- startDate
- DateOnly
計算の開始日。
- endDate
- DateOnly
計算の終了日。
戻り値
日付の間に交差する 2 番目の境界の数。
注釈
詳細と例については、「データベース関数」および「EF Core を使用したデータベースのSQL ServerとAzure SQLへのアクセス」を参照してください。
適用対象
DateDiffSecond(DbFunctions, DateTime, DateTime)
と endDate
の間で交差する 2 番目の境界の数をstartDate
カウントします。
SQL Server の DATEDIFF(second, @startDate, @endDate)
に対応します。
public static int DateDiffSecond (this Microsoft.EntityFrameworkCore.DbFunctions _, DateTime startDate, DateTime endDate);
static member DateDiffSecond : Microsoft.EntityFrameworkCore.DbFunctions * DateTime * DateTime -> int
<Extension()>
Public Function DateDiffSecond (_ As DbFunctions, startDate As DateTime, endDate As DateTime) As Integer
パラメーター
DbFunctions のインスタンスです。
- startDate
- DateTime
計算の開始日。
- endDate
- DateTime
計算の終了日。
戻り値
日付の間に交差する 2 番目の境界の数。
注釈
詳細と例については、「データベース関数」および「EF Core を使用したデータベースのSQL ServerとAzure SQLへのアクセス」を参照してください。
適用対象
DateDiffSecond(DbFunctions, DateTimeOffset, DateTimeOffset)
と endDate
の間で交差する 2 番目の境界の数をstartDate
カウントします。
SQL Server の DATEDIFF(second, @startDate, @endDate)
に対応します。
public static int DateDiffSecond (this Microsoft.EntityFrameworkCore.DbFunctions _, DateTimeOffset startDate, DateTimeOffset endDate);
static member DateDiffSecond : Microsoft.EntityFrameworkCore.DbFunctions * DateTimeOffset * DateTimeOffset -> int
<Extension()>
Public Function DateDiffSecond (_ As DbFunctions, startDate As DateTimeOffset, endDate As DateTimeOffset) As Integer
パラメーター
DbFunctions のインスタンスです。
- startDate
- DateTimeOffset
計算の開始日。
- endDate
- DateTimeOffset
計算の終了日。
戻り値
日付の間に交差する 2 番目の境界の数。
注釈
詳細と例については、「データベース関数」および「EF Core を使用したデータベースのSQL ServerとAzure SQLへのアクセス」を参照してください。
適用対象
DateDiffSecond(DbFunctions, Nullable<DateOnly>, Nullable<DateOnly>)
と endDate
の間で交差する 2 番目の境界の数をstartDate
カウントします。 SQL Server の DATEDIFF(second, @startDate, @endDate)
に対応します。
public static int? DateDiffSecond (this Microsoft.EntityFrameworkCore.DbFunctions _, DateOnly? startDate, DateOnly? endDate);
static member DateDiffSecond : Microsoft.EntityFrameworkCore.DbFunctions * Nullable<DateOnly> * Nullable<DateOnly> -> Nullable<int>
<Extension()>
Public Function DateDiffSecond (_ As DbFunctions, startDate As Nullable(Of DateOnly), endDate As Nullable(Of DateOnly)) As Nullable(Of Integer)
パラメーター
DbFunctions のインスタンスです。
戻り値
日付の間に交差する 2 番目の境界の数。
注釈
詳細と例については、「データベース関数」および「EF Core を使用したデータベースのSQL ServerとAzure SQLへのアクセス」を参照してください。
適用対象
DateDiffSecond(DbFunctions, Nullable<DateTime>, Nullable<DateTime>)
と endDate
の間で交差する 2 番目の境界の数をstartDate
カウントします。
SQL Server の DATEDIFF(second, @startDate, @endDate)
に対応します。
public static int? DateDiffSecond (this Microsoft.EntityFrameworkCore.DbFunctions _, DateTime? startDate, DateTime? endDate);
static member DateDiffSecond : Microsoft.EntityFrameworkCore.DbFunctions * Nullable<DateTime> * Nullable<DateTime> -> Nullable<int>
<Extension()>
Public Function DateDiffSecond (_ As DbFunctions, startDate As Nullable(Of DateTime), endDate As Nullable(Of DateTime)) As Nullable(Of Integer)
パラメーター
DbFunctions のインスタンスです。
戻り値
日付の間に交差する 2 番目の境界の数。
注釈
詳細と例については、「データベース関数」および「EF Core を使用したデータベースのSQL ServerとAzure SQLへのアクセス」を参照してください。
適用対象
DateDiffSecond(DbFunctions, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>)
と endDate
の間で交差する 2 番目の境界の数をstartDate
カウントします。
SQL Server の DATEDIFF(second, @startDate, @endDate)
に対応します。
public static int? DateDiffSecond (this Microsoft.EntityFrameworkCore.DbFunctions _, DateTimeOffset? startDate, DateTimeOffset? endDate);
static member DateDiffSecond : Microsoft.EntityFrameworkCore.DbFunctions * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Nullable<int>
<Extension()>
Public Function DateDiffSecond (_ As DbFunctions, startDate As Nullable(Of DateTimeOffset), endDate As Nullable(Of DateTimeOffset)) As Nullable(Of Integer)
パラメーター
DbFunctions のインスタンスです。
- startDate
- Nullable<DateTimeOffset>
計算の開始日。
- endDate
- Nullable<DateTimeOffset>
計算の終了日。
戻り値
日付の間に交差する 2 番目の境界の数。
注釈
詳細と例については、「データベース関数」および「EF Core を使用したデータベースのSQL ServerとAzure SQLへのアクセス」を参照してください。
適用対象
DateDiffSecond(DbFunctions, Nullable<TimeOnly>, Nullable<TimeOnly>)
と endTime
の間で交差する 2 番目の境界の数をstartTime
カウントします。 SQL Server の DATEDIFF(second, @startTime, @endTime)
に対応します。
public static int? DateDiffSecond (this Microsoft.EntityFrameworkCore.DbFunctions _, TimeOnly? startTime, TimeOnly? endTime);
static member DateDiffSecond : Microsoft.EntityFrameworkCore.DbFunctions * Nullable<TimeOnly> * Nullable<TimeOnly> -> Nullable<int>
<Extension()>
Public Function DateDiffSecond (_ As DbFunctions, startTime As Nullable(Of TimeOnly), endTime As Nullable(Of TimeOnly)) As Nullable(Of Integer)
パラメーター
DbFunctions のインスタンスです。
戻り値
時間の間に交差した 2 番目の境界の数。
注釈
詳細と例については、「データベース関数」および「EF Core を使用したデータベースのSQL ServerとAzure SQLへのアクセス」を参照してください。
適用対象
DateDiffSecond(DbFunctions, Nullable<TimeSpan>, Nullable<TimeSpan>)
と endTimeSpan
の間で交差する 2 番目の境界の数をstartTimeSpan
カウントします。 SQL Server の DATEDIFF(second, @startTimeSpan, @endTimeSpan)
に対応します。
public static int? DateDiffSecond (this Microsoft.EntityFrameworkCore.DbFunctions _, TimeSpan? startTimeSpan, TimeSpan? endTimeSpan);
static member DateDiffSecond : Microsoft.EntityFrameworkCore.DbFunctions * Nullable<TimeSpan> * Nullable<TimeSpan> -> Nullable<int>
<Extension()>
Public Function DateDiffSecond (_ As DbFunctions, startTimeSpan As Nullable(Of TimeSpan), endTimeSpan As Nullable(Of TimeSpan)) As Nullable(Of Integer)
パラメーター
DbFunctions のインスタンスです。
戻り値
タイムスパン間で交差した 2 番目の境界の数。
注釈
詳細と例については、「データベース関数」および「EF Core を使用したデータベースのSQL ServerとAzure SQLへのアクセス」を参照してください。
適用対象
DateDiffSecond(DbFunctions, TimeOnly, TimeOnly)
と endTime
の間で交差した 2 番目の境界の数をstartTime
カウントします。 SQL Server の DATEDIFF(second, @startTime, @endTime)
に対応します。
public static int DateDiffSecond (this Microsoft.EntityFrameworkCore.DbFunctions _, TimeOnly startTime, TimeOnly endTime);
static member DateDiffSecond : Microsoft.EntityFrameworkCore.DbFunctions * TimeOnly * TimeOnly -> int
<Extension()>
Public Function DateDiffSecond (_ As DbFunctions, startTime As TimeOnly, endTime As TimeOnly) As Integer
パラメーター
DbFunctions のインスタンスです。
- startTime
- TimeOnly
計算の開始時刻。
- endTime
- TimeOnly
計算の終了時刻。
戻り値
時間の間に交差する 2 番目の境界の数。
注釈
詳細と例については、「データベース関数」および「EF Core を使用したデータベースのSQL ServerとAzure SQLへのアクセス」を参照してください。
適用対象
DateDiffSecond(DbFunctions, TimeSpan, TimeSpan)
と endTimeSpan
の間で交差した 2 番目の境界の数をstartTimeSpan
カウントします。 SQL Server の DATEDIFF(second, @startTimeSpan, @endTimeSpan)
に対応します。
public static int DateDiffSecond (this Microsoft.EntityFrameworkCore.DbFunctions _, TimeSpan startTimeSpan, TimeSpan endTimeSpan);
static member DateDiffSecond : Microsoft.EntityFrameworkCore.DbFunctions * TimeSpan * TimeSpan -> int
<Extension()>
Public Function DateDiffSecond (_ As DbFunctions, startTimeSpan As TimeSpan, endTimeSpan As TimeSpan) As Integer
パラメーター
DbFunctions のインスタンスです。
- startTimeSpan
- TimeSpan
計算の開始期間。
- endTimeSpan
- TimeSpan
計算の終了期間。
戻り値
タイムスパン間で交差する 2 番目の境界の数。
注釈
詳細と例については、「データベース関数」および「EF Core を使用したデータベースのSQL ServerとAzure SQLへのアクセス」を参照してください。
適用対象
Entity Framework