Sdílet prostřednictvím


EdmFunctionAttribute Třída

Definice

Upozornění

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

Označuje, že daná metoda je proxy pro funkci 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
Dědičnost
EdmFunctionAttribute
Atributy

Poznámky

Všimněte si, že tento atribut byl nahrazen DbFunctionAttribute počátečním znakem EF6.

Konstruktory

EdmFunctionAttribute(String, String)
Zastaralé.

Vytvoří novou instanci DbFunctionAttribute.

Vlastnosti

FunctionName
Zastaralé.

Název funkce mapped-to.

(Zděděno od DbFunctionAttribute)
NamespaceName
Zastaralé.

Obor názvů funkce mapované na.

(Zděděno od DbFunctionAttribute)

Platí pro