DbFunctionAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定されたメソッドが 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 |
マップ先の関数の名前空間。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework