次の方法で共有


EdmFunctionAttribute クラス

定義

注意事項

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

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

[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
属性

注釈

この属性は、EF6 で始まる に DbFunctionAttribute 置き換えられました。

コンストラクター

EdmFunctionAttribute(String, String)
古い.

新しい DbFunctionAttribute インスタンスを作成します。

プロパティ

FunctionName
古い.

マップ先の関数の名前。

(継承元 DbFunctionAttribute)
NamespaceName
古い.

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

(継承元 DbFunctionAttribute)

適用対象