다음을 통해 공유


DbFunctionAttribute 클래스

정의

지정된 메서드가 EDM 함수의 프록시임을 나타냅니다.

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1813:AvoidUnsealedAttributes")]
public class DbFunctionAttribute : Attribute
type DbFunctionAttribute = class
    inherit Attribute
Public Class DbFunctionAttribute
Inherits Attribute
상속
DbFunctionAttribute
파생
특성

설명

이 클래스는 이전 버전의 Entity Framework에서 EdmFunctionAttribute라고 했습니다.

생성자

DbFunctionAttribute(String, String)

DbFunctionAttribute 클래스의 새 인스턴스를 초기화합니다.

속성

FunctionName

매핑 대상 함수의 이름입니다.

NamespaceName

매핑 대상 함수의 네임스페이스입니다.

적용 대상