DbFunctionAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
CLR メソッドを LINQ クエリで使用できるように、静的 CLR メソッドをデータベース関数にマップします。 規則により、データベース関数の名前と既定のスキーマとして .NET メソッド名が使用されます。
[System.AttributeUsage(System.AttributeTargets.Method)]
public class DbFunctionAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type DbFunctionAttribute = class
inherit Attribute
Public Class DbFunctionAttribute
Inherits Attribute
- 継承
-
DbFunctionAttribute
- 属性
注釈
詳細と例については、「 データベース関数 」を参照してください。
コンストラクター
DbFunctionAttribute() |
DbFunctionAttribute クラスの新しいインスタンスを初期化します。 |
DbFunctionAttribute(String, String) |
DbFunctionAttribute クラスの新しいインスタンスを初期化します。 |
プロパティ
FunctionName |
データベース内の関数の名前。 |
IsBuiltIn |
データベース関数が組み込まれているかどうかを示す値。 |
IsNullable |
データベース関数が null の結果を返すことができるかどうかを示す値。 |
IsNullableHasValue |
値が明示的に設定されているかどうかを IsNullable 確認します。 |
Name |
データベース内の関数の名前。 |
Schema |
データベース内の関数のスキーマ。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework