共用方式為


EdmFunctionAttribute 類別

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

注意:這個 API 現在已經過時。

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

繼承階層

System.Object
  System.Attribute
    System.Data.Entity.DbFunctionAttribute
      System.Data.Entity.Core.Objects.DataClasses.EdmFunctionAttribute

命名空間:  System.Data.Entity.Core.Objects.DataClasses
組件:  EntityFramework (在 EntityFramework.dll 中)

語法

'宣告
<AttributeUsageAttribute(AttributeTargets.Method, Inherited := False, AllowMultiple := False)> _
<ObsoleteAttribute("This attribute has been replaced by System.Data.Entity.DbFunctionAttribute.")> _
Public NotInheritable Class EdmFunctionAttribute _
    Inherits DbFunctionAttribute
'用途
Dim instance As EdmFunctionAttribute
[AttributeUsageAttribute(AttributeTargets.Method, Inherited = false, AllowMultiple = false)]
[ObsoleteAttribute("This attribute has been replaced by System.Data.Entity.DbFunctionAttribute.")]
public sealed class EdmFunctionAttribute : DbFunctionAttribute
[AttributeUsageAttribute(AttributeTargets::Method, Inherited = false, AllowMultiple = false)]
[ObsoleteAttribute(L"This attribute has been replaced by System.Data.Entity.DbFunctionAttribute.")]
public ref class EdmFunctionAttribute sealed : public DbFunctionAttribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Method, Inherited = false, AllowMultiple = false)>]
[<ObsoleteAttribute("This attribute has been replaced by System.Data.Entity.DbFunctionAttribute.")>]
type EdmFunctionAttribute =  
    class 
        inherit DbFunctionAttribute 
    end
public final class EdmFunctionAttribute extends DbFunctionAttribute

EdmFunctionAttribute 類型會公開下列成員。

建構函式

  名稱 描述
公用方法 EdmFunctionAttribute 建立新的 DbFunctionAttribute 執行個體。

靠上

屬性

  名稱 描述
公用屬性 FunctionName mapped-to 函式的名稱。 (繼承自 DbFunctionAttribute)。
公用屬性 NamespaceName mapped-to 函式的命名空間。 (繼承自 DbFunctionAttribute)。
公用屬性 TypeId (繼承自 Attribute)。

靠上

方法

  名稱 描述
公用方法 Equals (繼承自 Attribute)。
公用方法 GetHashCode (繼承自 Attribute)。
公用方法 GetType (繼承自 Object)。
公用方法 IsDefaultAttribute (繼承自 Attribute)。
公用方法 Match (繼承自 Attribute)。
公用方法 ToString (繼承自 Object)。

靠上

明確介面實作

  名稱 描述
明確介面實作私用方法 _Attribute.GetIDsOfNames (繼承自 Attribute)。
明確介面實作私用方法 _Attribute.GetTypeInfo (繼承自 Attribute)。
明確介面實作私用方法 _Attribute.GetTypeInfoCount (繼承自 Attribute)。
明確介面實作私用方法 _Attribute.Invoke (繼承自 Attribute)。

靠上

備註

請注意,從 EF6 開始,此屬性已取代為 DbFunctionAttribute

執行緒安全

這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。並非所有的執行個體成員都是安全執行緒。

請參閱

參考

System.Data.Entity.Core.Objects.DataClasses 命名空間