共用方式為


EdmFunctionAttribute 類別

定義

警告

This attribute has been replaced by System.Data.Entity.DbFunctionAttribute.

表示指定的方法是 EDM 函式的 Proxy。

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)]
[System.Obsolete("This attribute has been replaced by System.Data.Entity.DbFunctionAttribute.")]
public sealed class EdmFunctionAttribute : System.Data.Entity.DbFunctionAttribute
type EdmFunctionAttribute = class
    inherit DbFunctionAttribute
Public NotInheritable Class EdmFunctionAttribute
Inherits DbFunctionAttribute
繼承
EdmFunctionAttribute
屬性

備註

請注意,這個屬性已由 DbFunctionAttribute EF6 開頭取代。

建構函式

EdmFunctionAttribute(String, String)
已淘汰.

建立新的 DbFunctionAttribute 實例。

屬性

FunctionName
已淘汰.

所對應之函式的名稱。

(繼承來源 DbFunctionAttribute)
NamespaceName
已淘汰.

所對應之函式的命名空間。

(繼承來源 DbFunctionAttribute)

適用於