EntityFunctions.DiffNanoseconds 메서드

정의

정식 DiffNanoseconds 함수를 호출합니다. 정식 DiffNanoseconds 함수에 대한 자세한 내용은 날짜 및 시간 정식 함수를 참조하세요.

오버로드

DiffNanoseconds(Nullable<TimeSpan>, Nullable<TimeSpan>)

정식 DiffNanoseconds 함수를 호출합니다. 정식 DiffNanoseconds 함수에 대한 자세한 내용은 날짜 및 시간 정식 함수를 참조하세요.

DiffNanoseconds(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>)

정식 DiffNanoseconds 함수를 호출합니다. 정식 DiffNanoseconds 함수에 대한 자세한 내용은 날짜 및 시간 정식 함수를 참조하세요.

DiffNanoseconds(Nullable<DateTime>, Nullable<DateTime>)

정식 DiffNanoseconds 함수를 호출합니다. 정식 DiffNanoseconds 함수에 대한 자세한 내용은 날짜 및 시간 정식 함수를 참조하세요.

설명

이 함수는 직접 호출할 수 없습니다. 이 함수는 LINQ to Entities 쿼리 내에만 나타날 수 있습니다.

이 함수는 데이터베이스의 해당 함수로 변환됩니다.

DiffNanoseconds(Nullable<TimeSpan>, Nullable<TimeSpan>)

정식 DiffNanoseconds 함수를 호출합니다. 정식 DiffNanoseconds 함수에 대한 자세한 내용은 날짜 및 시간 정식 함수를 참조하세요.

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

매개 변수

timeValue1
Nullable<TimeSpan>

유효한 날짜입니다.

timeValue2
Nullable<TimeSpan>

유효한 날짜입니다.

반환

timeValue1timeValue2 사이의 시간(나노초)입니다.

특성

설명

이 함수는 직접 호출할 수 없습니다. 이 함수는 LINQ to Entities 쿼리 내에만 나타날 수 있습니다.

이 함수는 데이터베이스의 해당 함수로 변환됩니다.

적용 대상

DiffNanoseconds(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>)

정식 DiffNanoseconds 함수를 호출합니다. 정식 DiffNanoseconds 함수에 대한 자세한 내용은 날짜 및 시간 정식 함수를 참조하세요.

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

매개 변수

timeValue1
Nullable<DateTimeOffset>

유효한 날짜 시간 오프셋입니다.

timeValue2
Nullable<DateTimeOffset>

유효한 날짜 시간 오프셋입니다.

반환

timeValue1timeValue2 사이의 시간(나노초)입니다.

특성

설명

이 함수는 직접 호출할 수 없습니다. 이 함수는 LINQ to Entities 쿼리 내에만 나타날 수 있습니다.

이 함수는 데이터베이스의 해당 함수로 변환됩니다.

적용 대상

DiffNanoseconds(Nullable<DateTime>, Nullable<DateTime>)

정식 DiffNanoseconds 함수를 호출합니다. 정식 DiffNanoseconds 함수에 대한 자세한 내용은 날짜 및 시간 정식 함수를 참조하세요.

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

매개 변수

timeValue1
Nullable<DateTime>

유효한 날짜입니다.

timeValue2
Nullable<DateTime>

유효한 날짜입니다.

반환

timeValue1timeValue2 사이의 시간(나노초)입니다.

특성

설명

이 함수는 직접 호출할 수 없습니다. 이 함수는 LINQ to Entities 쿼리 내에만 나타날 수 있습니다.

이 함수는 데이터베이스의 해당 함수로 변환됩니다.

적용 대상