Freigeben über


DbFunctionAttribute(String, String) Konstruktor

Definition

Initialisiert eine neue Instanz der DbFunctionAttribute-Klasse.

public DbFunctionAttribute (string namespaceName, string functionName);
new System.Data.Entity.DbFunctionAttribute : string * string -> System.Data.Entity.DbFunctionAttribute
Public Sub New (namespaceName As String, functionName As String)

Parameter

namespaceName
String

Der Namespace der mapped-to-Funktion.

functionName
String

Der Name der mapped-to-Funktion.

Gilt für: