Udostępnij za pośrednictwem


EdmFunctionAttribute(String, String) Konstruktor

Definicja

Tworzy nowe wystąpienie DbFunctionAttribute.

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

Parametry

namespaceName
String

Nazwa przestrzeni nazw funkcji EDM reprezentowana przez metodę przypisaną.

functionName
String

Nazwa funkcji EDM reprezentowana przez metodę przypisaną.

Dotyczy