Compartilhar via


EdmFunctionAttribute Classe

Definição

Cuidado

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

Indica que o método especificado é um proxy para uma função 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
Herança
EdmFunctionAttribute
Atributos

Comentários

Observe que esse atributo foi substituído pelo começando pelo DbFunctionAttribute EF6.

Construtores

EdmFunctionAttribute(String, String)
Obsoleto.

Cria uma nova instância DbFunctionAttribute.

Propriedades

FunctionName
Obsoleto.

O nome da função mapeada.

(Herdado de DbFunctionAttribute)
NamespaceName
Obsoleto.

O namespace da função mapeada.

(Herdado de DbFunctionAttribute)

Aplica-se a