EdmFunctionAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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
- 継承
- 属性
注釈
この属性は、EF6 で始まる に DbFunctionAttribute 置き換えられました。
コンストラクター
EdmFunctionAttribute(String, String) |
古い.
新しい DbFunctionAttribute インスタンスを作成します。 |
プロパティ
FunctionName |
古い.
マップ先の関数の名前。 (継承元 DbFunctionAttribute) |
NamespaceName |
古い.
マップ先の関数の名前空間。 (継承元 DbFunctionAttribute) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework