다음을 통해 공유


EF.Functions 속성

정의

LINQ to Entities 쿼리에서 사용될 때 데이터베이스 함수로 변환되는 CLR 메서드를 제공합니다. 다른 컨텍스트(예: LINQ to Objects)에서 이러한 메서드를 호출하면 이 NotSupportedExceptionthrow됩니다.

public static Microsoft.EntityFrameworkCore.DbFunctions Functions { get; }
static member Functions : Microsoft.EntityFrameworkCore.DbFunctions
Public Shared ReadOnly Property Functions As DbFunctions

속성 값

설명

최상위 EF 정적 형식을 통해 액세스되는 정적 속성입니다.

자세한 내용 및 예제는 데이터베이스 함수 를 참조하세요.

적용 대상