IMutableDbFunction インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
モデルの構築中に変更できる形式のモデル内のリレーショナル データベース関数を表します。
public interface IMutableDbFunction : Microsoft.EntityFrameworkCore.Metadata.IDbFunction
public interface IMutableDbFunction : Microsoft.EntityFrameworkCore.Metadata.IDbFunction, Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable
public interface IMutableDbFunction : Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunction
type IMutableDbFunction = interface
interface IDbFunction
type IMutableDbFunction = interface
interface IMutableAnnotatable
interface IAnnotatable
interface IDbFunction
type IMutableDbFunction = interface
interface IReadOnlyDbFunction
interface IReadOnlyAnnotatable
interface IMutableAnnotatable
Public Interface IMutableDbFunction
Implements IDbFunction
Public Interface IMutableDbFunction
Implements IDbFunction, IMutableAnnotatable
Public Interface IMutableDbFunction
Implements IMutableAnnotatable, IReadOnlyDbFunction
- 実装
注釈
詳細と例については、「 データベース関数 」を参照してください。
プロパティ
FunctionName |
データベース内の関数の名前。 |
IsAggregate |
この関数が集計関数かどうかを示す値を取得します。 (継承元 IReadOnlyDbFunction) |
IsBuiltIn |
データベース関数が組み込まれているかどうかを示す値を取得または設定します。 |
IsNullable |
データベース関数が null 値を返すことができるかどうかを示す値を取得または設定します。 |
IsScalar |
この関数がスカラー値を返すかどうかを示す値を取得します。 (継承元 IReadOnlyDbFunction) |
Item[String] |
指定した名前の注釈の値を取得し、存在しない場合は を |
MethodInfo |
データベース内の 関数にマップされる CLR メソッドを取得します。 (継承元 IReadOnlyDbFunction) |
Model |
この関数が定義されているモデルを取得します。 |
ModelName |
モデル内の関数の名前を取得します。 (継承元 IReadOnlyDbFunction) |
Name |
データベース内の関数の名前を取得または設定します。 |
Parameters |
この関数のパラメーターを取得します |
ReturnType |
返された CLR 型を取得します。 (継承元 IReadOnlyDbFunction) |
Schema |
データベース内の関数のスキーマを取得または設定します。 |
StoreFunction |
関連付けられた IStoreFunctionを取得します。 (継承元 IDbFunction) |
StoreType |
データベース内の関数のストア型を取得または設定します。 |
Translation |
SQL 式フラグメントへのメソッド呼び出しのカスタム変換を実行するための変換コールバックを取得または設定します。 |
TypeMapping |
データベース内の関数の型マッピングを取得または設定します。 |
メソッド
AddAnnotation(String, Object) |
このオブジェクトに注釈を追加します。 指定した名前の注釈が既に存在する場合は をスローします。 (継承元 IMutableAnnotatable) |
AddAnnotations(IEnumerable<IAnnotation>) |
オブジェクトに注釈を追加します。 (継承元 IMutableAnnotatable) |
AddRuntimeAnnotation(String, Object) |
このオブジェクトにランタイム注釈を追加します。 指定した名前の注釈が既に存在する場合は をスローします。 (継承元 IAnnotatable) |
AnnotationsToDebugString(Int32) |
オブジェクトで宣言されているすべての注釈のデバッグ文字列を取得します。 (継承元 IReadOnlyAnnotatable) |
FindAnnotation(String) |
指定された名前の注釈を取得し、存在しない場合は を |
FindRuntimeAnnotation(String) |
指定された名前のランタイム注釈を取得し、存在しない場合は を |
FindRuntimeAnnotationValue(String) |
指定された名前のランタイム注釈の値を取得し、存在しない場合は を |
GetAnnotation(String) |
指定された名前の注釈を取得し、存在しない場合は をスローします。 (継承元 IReadOnlyAnnotatable) |
GetAnnotations() |
現在のオブジェクトのすべての注釈を取得します。 (継承元 IReadOnlyAnnotatable) |
GetOrAddRuntimeAnnotationValue<TValue,TArg>(String, Func<TArg,TValue>, TArg) |
指定された名前を持つランタイム注釈の値を取得し、存在しない場合は追加します。 (継承元 IAnnotatable) |
GetRuntimeAnnotations() |
現在のオブジェクトのすべてのランタイム注釈を取得します。 (継承元 IAnnotatable) |
RemoveAnnotation(String) |
このオブジェクトから指定された注釈を削除します。 (継承元 IMutableAnnotatable) |
RemoveRuntimeAnnotation(String) |
このオブジェクトから指定されたランタイム注釈を削除します。 (継承元 IAnnotatable) |
SetAnnotation(String, Object) |
指定したキーの下に格納されている注釈を設定します。 指定した名前の注釈が既に存在する場合は、既存の注釈を上書きします。 (継承元 IMutableAnnotatable) |
SetOrRemoveAnnotation(String, Object) |
指定した名前の下に格納されている注釈を設定します。 指定した名前の注釈が既に存在する場合は、既存の注釈を上書きします。 が指定されている場合 |
SetRuntimeAnnotation(String, Object) |
指定したキーの下に格納されているランタイム注釈を設定します。 指定した名前の注釈が既に存在する場合は、既存の注釈を上書きします。 (継承元 IAnnotatable) |
ToDebugString(MetadataDebugStringOptions, Int32) |
指定されたメタデータの人間が判読できる表現を作成します。 警告: 返される文字列の形式に依存しないでください。 デバッグ専用に設計されており、リリース間で任意に変更される可能性があります。 (継承元 IReadOnlyDbFunction) |
拡張メソッド
AnnotationsToDebugString(IAnnotatable, Int32) |
オブジェクトで宣言されているすべての注釈のデバッグ文字列を取得します。 |
GetAnnotation(IAnnotatable, String) |
指定された名前の注釈を取得し、存在しない場合は をスローします。 |
ToDebugString(IDbFunction, MetadataDebugStringOptions, Int32) |
指定されたメタデータの人間が判読できる表現を作成します。 警告: 返される文字列の形式に依存しないでください。 デバッグ専用に設計されており、リリース間で任意に変更される可能性があります。 |
AddAnnotations(IMutableAnnotatable, IEnumerable<IAnnotation>) |
オブジェクトに注釈を追加します。 |
GetAnnotation(IMutableAnnotatable, String) |
指定された名前の注釈を取得し、存在しない場合は をスローします。 |
SetOrRemoveAnnotation(IMutableAnnotatable, String, Object) |
指定した名前の下に格納されている注釈を設定します。 指定した名前の注釈が既に存在する場合は、既存の注釈を上書きします。 が指定されている場合 |
適用対象
Entity Framework