Sdílet prostřednictvím


EdmFunctionAttribute(String, String) Konstruktor

Definice

Vytvoří novou instanci 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

Název oboru názvů funkce EDM reprezentovaný metodou s atributem.

functionName
String

Název funkce EDM reprezentovaný metodou s atributem.

Platí pro