EntityFunctions 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
LINQ to Entities 쿼리에서 개념적 모델 정식 함수를 노출하는 CLR(공용 언어 런타임) 메서드를 제공합니다. 정식 함수에 대한 자세한 내용은 정식 함수를 참조하세요.
public ref class EntityFunctions abstract sealed
public static class EntityFunctions
type EntityFunctions = class
Public Class EntityFunctions
- 상속
-
EntityFunctions
메서드
| AddDays(Nullable<DateTime>, Nullable<Int32>) |
정식 |
| AddDays(Nullable<DateTimeOffset>, Nullable<Int32>) |
정식 |
| AddHours(Nullable<DateTime>, Nullable<Int32>) |
정식 |
| AddHours(Nullable<DateTimeOffset>, Nullable<Int32>) |
정식 |
| AddHours(Nullable<TimeSpan>, Nullable<Int32>) |
정식 |
| AddMicroseconds(Nullable<DateTime>, Nullable<Int32>) |
정식 |
| AddMicroseconds(Nullable<DateTimeOffset>, Nullable<Int32>) |
정식 |
| AddMicroseconds(Nullable<TimeSpan>, Nullable<Int32>) |
정식 |
| AddMilliseconds(Nullable<DateTime>, Nullable<Int32>) |
정식 |
| AddMilliseconds(Nullable<DateTimeOffset>, Nullable<Int32>) |
정식 |
| AddMilliseconds(Nullable<TimeSpan>, Nullable<Int32>) |
정식 |
| AddMinutes(Nullable<DateTime>, Nullable<Int32>) |
정식 |
| AddMinutes(Nullable<DateTimeOffset>, Nullable<Int32>) |
정식 |
| AddMinutes(Nullable<TimeSpan>, Nullable<Int32>) |
정식 |
| AddMonths(Nullable<DateTime>, Nullable<Int32>) |
정식 |
| AddMonths(Nullable<DateTimeOffset>, Nullable<Int32>) |
정식 |
| AddNanoseconds(Nullable<DateTime>, Nullable<Int32>) |
정식 |
| AddNanoseconds(Nullable<DateTimeOffset>, Nullable<Int32>) |
정식 |
| AddNanoseconds(Nullable<TimeSpan>, Nullable<Int32>) |
정식 |
| AddSeconds(Nullable<DateTime>, Nullable<Int32>) |
정식 |
| AddSeconds(Nullable<DateTimeOffset>, Nullable<Int32>) |
정식 |
| AddSeconds(Nullable<TimeSpan>, Nullable<Int32>) |
정식 |
| AddYears(Nullable<DateTime>, Nullable<Int32>) |
정식 |
| AddYears(Nullable<DateTimeOffset>, Nullable<Int32>) |
정식 |
| AsNonUnicode(String) |
입력 문자열을 비유니코드 문자열로 처리하는 LINQ to Entities 연산자입니다. 이 메서드는 LINQ to Entities 쿼리에만 적용됩니다. |
| AsUnicode(String) |
입력 문자열을 유니코드 문자열로 처리하는 LINQ to Entities 연산자입니다. 이 메서드는 LINQ to Entities 쿼리에만 적용됩니다. |
| CreateDateTime(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Double>) |
정식 |
| CreateDateTimeOffset(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Double>, Nullable<Int32>) |
정식 |
| CreateTime(Nullable<Int32>, Nullable<Int32>, Nullable<Double>) |
정식 |
| DiffDays(Nullable<DateTime>, Nullable<DateTime>) |
정식 |
| DiffDays(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
정식 |
| DiffHours(Nullable<DateTime>, Nullable<DateTime>) |
정식 |
| DiffHours(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
정식 |
| DiffHours(Nullable<TimeSpan>, Nullable<TimeSpan>) |
정식 |
| DiffMicroseconds(Nullable<DateTime>, Nullable<DateTime>) |
정식 |
| DiffMicroseconds(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
정식 |
| DiffMicroseconds(Nullable<TimeSpan>, Nullable<TimeSpan>) |
정식 |
| DiffMilliseconds(Nullable<DateTime>, Nullable<DateTime>) |
정식 |
| DiffMilliseconds(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
정식 |
| DiffMilliseconds(Nullable<TimeSpan>, Nullable<TimeSpan>) |
정식 |
| DiffMinutes(Nullable<DateTime>, Nullable<DateTime>) |
정식 |
| DiffMinutes(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
정식 |
| DiffMinutes(Nullable<TimeSpan>, Nullable<TimeSpan>) |
정식 |
| DiffMonths(Nullable<DateTime>, Nullable<DateTime>) |
정식 |
| DiffMonths(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
정식 |
| DiffNanoseconds(Nullable<DateTime>, Nullable<DateTime>) |
정식 |
| DiffNanoseconds(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
정식 |
| DiffNanoseconds(Nullable<TimeSpan>, Nullable<TimeSpan>) |
정식 |
| DiffSeconds(Nullable<DateTime>, Nullable<DateTime>) |
정식 |
| DiffSeconds(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
정식 |
| DiffSeconds(Nullable<TimeSpan>, Nullable<TimeSpan>) |
정식 |
| DiffYears(Nullable<DateTime>, Nullable<DateTime>) |
정식 |
| DiffYears(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
정식 |
| GetTotalOffsetMinutes(Nullable<DateTimeOffset>) |
정식 |
| Left(String, Nullable<Int64>) |
정식 |
| Reverse(String) |
정식 |
| Right(String, Nullable<Int64>) |
정식 |
| StandardDeviation(IEnumerable<Decimal>) |
정식 |
| StandardDeviation(IEnumerable<Double>) |
정식 |
| StandardDeviation(IEnumerable<Int32>) |
정식 |
| StandardDeviation(IEnumerable<Int64>) |
정식 |
| StandardDeviation(IEnumerable<Nullable<Decimal>>) |
정식 |
| StandardDeviation(IEnumerable<Nullable<Double>>) |
정식 |
| StandardDeviation(IEnumerable<Nullable<Int32>>) |
정식 |
| StandardDeviation(IEnumerable<Nullable<Int64>>) |
정식 |
| StandardDeviationP(IEnumerable<Decimal>) |
정식 |
| StandardDeviationP(IEnumerable<Double>) |
정식 |
| StandardDeviationP(IEnumerable<Int32>) |
정식 |
| StandardDeviationP(IEnumerable<Int64>) |
정식 |
| StandardDeviationP(IEnumerable<Nullable<Decimal>>) |
정식 |
| StandardDeviationP(IEnumerable<Nullable<Double>>) |
정식 |
| StandardDeviationP(IEnumerable<Nullable<Int32>>) |
정식 |
| StandardDeviationP(IEnumerable<Nullable<Int64>>) |
정식 |
| Truncate(Nullable<Decimal>, Nullable<Int32>) |
정식 |
| Truncate(Nullable<Double>, Nullable<Int32>) |
정식 |
| TruncateTime(Nullable<DateTime>) |
정식 |
| TruncateTime(Nullable<DateTimeOffset>) |
정식 |
| Var(IEnumerable<Decimal>) |
정식 |
| Var(IEnumerable<Double>) |
정식 |
| Var(IEnumerable<Int32>) |
정식 |
| Var(IEnumerable<Int64>) |
정식 |
| Var(IEnumerable<Nullable<Decimal>>) |
정식 |
| Var(IEnumerable<Nullable<Double>>) |
정식 |
| Var(IEnumerable<Nullable<Int32>>) |
정식 |
| Var(IEnumerable<Nullable<Int64>>) |
정식 |
| VarP(IEnumerable<Decimal>) |
정식 |
| VarP(IEnumerable<Double>) |
정식 |
| VarP(IEnumerable<Int32>) |
정식 |
| VarP(IEnumerable<Int64>) |
정식 |
| VarP(IEnumerable<Nullable<Decimal>>) |
정식 |
| VarP(IEnumerable<Nullable<Double>>) |
정식 |
| VarP(IEnumerable<Nullable<Int32>>) |
정식 |
| VarP(IEnumerable<Nullable<Int64>>) |
정식 |