次の方法で共有


DbFunctionAttribute クラス

定義

指定されたメソッドが EDM 関数のプロキシであることを示します。

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1813:AvoidUnsealedAttributes")]
public class DbFunctionAttribute : Attribute
type DbFunctionAttribute = class
    inherit Attribute
Public Class DbFunctionAttribute
Inherits Attribute
継承
DbFunctionAttribute
派生
属性

注釈

このクラスは、以前のバージョンの Entity Framework で EdmFunctionAttribute と呼ばれたことに注意してください。

コンストラクター

DbFunctionAttribute(String, String)

DbFunctionAttribute クラスの新しいインスタンスを初期化します。

プロパティ

FunctionName

マップ先の関数の名前。

NamespaceName

マップ先の関数の名前空間。

適用対象