Freigeben über


DbFunctionAttribute Klasse

Definition

Gibt an, dass die angegebene Methode ein Proxy für eine EDM-Funktion ist.

[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
Vererbung
DbFunctionAttribute
Abgeleitet
Attribute

Hinweise

Beachten Sie, dass diese Klasse in einigen früheren Versionen von Entity Framework als EdmFunctionAttribute bezeichnet wurde.

Konstruktoren

DbFunctionAttribute(String, String)

Initialisiert eine neue Instanz der DbFunctionAttribute-Klasse.

Eigenschaften

FunctionName

Der Name der mapped-to-Funktion.

NamespaceName

Der Namespace der mapped-to-Funktion.

Gilt für: