다음을 통해 공유


EdmFunctionAttribute 클래스

정의

주의

This attribute has been replaced by System.Data.Entity.DbFunctionAttribute.

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

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)]
[System.Obsolete("This attribute has been replaced by System.Data.Entity.DbFunctionAttribute.")]
public sealed class EdmFunctionAttribute : System.Data.Entity.DbFunctionAttribute
type EdmFunctionAttribute = class
    inherit DbFunctionAttribute
Public NotInheritable Class EdmFunctionAttribute
Inherits DbFunctionAttribute
상속
EdmFunctionAttribute
특성

설명

이 특성은 EF6의 DbFunctionAttribute 시작으로 대체되었습니다.

생성자

EdmFunctionAttribute(String, String)
사용되지 않음.

새 DbFunctionAttribute instance 만듭니다.

속성

FunctionName
사용되지 않음.

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

(다음에서 상속됨 DbFunctionAttribute)
NamespaceName
사용되지 않음.

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

(다음에서 상속됨 DbFunctionAttribute)

적용 대상