DbFunctionAttribute 類別
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
表示指定的方法是 EDM 函式的 Proxy。
繼承階層
System.Object
System.Attribute
System.Data.Entity.DbFunctionAttribute
System.Data.Entity.Core.Objects.DataClasses.EdmFunctionAttribute
命名空間: System.Data.Entity
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
<SuppressMessageAttribute("Microsoft.Performance", "CA1813:AvoidUnsealedAttributes")> _
<AttributeUsageAttribute(AttributeTargets.Method, Inherited := False, AllowMultiple := False)> _
Public Class DbFunctionAttribute _
Inherits Attribute
'用途
Dim instance As DbFunctionAttribute
[SuppressMessageAttribute("Microsoft.Performance", "CA1813:AvoidUnsealedAttributes")]
[AttributeUsageAttribute(AttributeTargets.Method, Inherited = false, AllowMultiple = false)]
public class DbFunctionAttribute : Attribute
[SuppressMessageAttribute(L"Microsoft.Performance", L"CA1813:AvoidUnsealedAttributes")]
[AttributeUsageAttribute(AttributeTargets::Method, Inherited = false, AllowMultiple = false)]
public ref class DbFunctionAttribute : public Attribute
[<SuppressMessageAttribute("Microsoft.Performance", "CA1813:AvoidUnsealedAttributes")>]
[<AttributeUsageAttribute(AttributeTargets.Method, Inherited = false, AllowMultiple = false)>]
type DbFunctionAttribute =
class
inherit Attribute
end
public class DbFunctionAttribute extends Attribute
DbFunctionAttribute 類型會公開下列成員。
建構函式
名稱 | 描述 | |
---|---|---|
DbFunctionAttribute | 初始化 DbFunctionAttribute 類別的新執行個體。 |
靠上
屬性
名稱 | 描述 | |
---|---|---|
FunctionName | mapped-to 函式的名稱。 | |
NamespaceName | mapped-to 函式的命名空間。 | |
TypeId | (繼承自 Attribute)。 |
靠上
方法
名稱 | 描述 | |
---|---|---|
Equals | (繼承自 Attribute)。 | |
Finalize | (繼承自 Object)。 | |
GetHashCode | (繼承自 Attribute)。 | |
GetType | (繼承自 Object)。 | |
IsDefaultAttribute | (繼承自 Attribute)。 | |
Match | (繼承自 Attribute)。 | |
MemberwiseClone | (繼承自 Object)。 | |
ToString | (繼承自 Object)。 |
靠上
明確介面實作
名稱 | 描述 | |
---|---|---|
_Attribute.GetIDsOfNames | (繼承自 Attribute)。 | |
_Attribute.GetTypeInfo | (繼承自 Attribute)。 | |
_Attribute.GetTypeInfoCount | (繼承自 Attribute)。 | |
_Attribute.Invoke | (繼承自 Attribute)。 |
靠上
備註
請注意,此類別在某些舊版的 Entity Framework 中稱為 EdmFunctionAttribute。
執行緒安全
這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。並非所有的執行個體成員都是安全執行緒。