Udostępnij za pośrednictwem


DbFunctionAttribute(String, String) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy DbFunctionAttribute.

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)

Parametry

namespaceName
String

Przestrzeń nazw funkcji mapowanej na.

functionName
String

Nazwa funkcji mapowanej na.

Dotyczy