IConventionStoredProcedureResultColumn インターフェイス

定義

ストアド プロシージャの結果列を表します。

public interface IConventionStoredProcedureResultColumn : Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoredProcedureResultColumn
type IConventionStoredProcedureResultColumn = interface
    interface IReadOnlyStoredProcedureResultColumn
    interface IReadOnlyAnnotatable
    interface IConventionAnnotatable
Public Interface IConventionStoredProcedureResultColumn
Implements IConventionAnnotatable, IReadOnlyStoredProcedureResultColumn
実装

プロパティ

Builder

この結果列の構成に使用できるビルダーを取得します。

ForRowsAffected

結果列がストアド プロシージャの影響を受ける行を保持するかどうかを示す値を取得します。

(継承元 IReadOnlyStoredProcedureResultColumn)
IsInModel

このオブジェクトがモデル内にあるかどうか、つまり、モデルから削除されていないかどうかを示します。

(継承元 IConventionAnnotatable)
Item[String]

指定した名前の注釈の値を取得し、存在しない場合は を null 返します。

(継承元 IReadOnlyAnnotatable)
Name

結果の列名を取得します。

(継承元 IReadOnlyStoredProcedureResultColumn)
PropertyName

この結果列にマップされたプロパティの名前を取得します。

(継承元 IReadOnlyStoredProcedureResultColumn)
StoredProcedure

この結果列が属するストアド プロシージャを取得します。

メソッド

AddAnnotation(String, Object, Boolean)

このオブジェクトに注釈を追加します。 指定した名前の注釈が既に存在する場合は をスローします。

(継承元 IConventionAnnotatable)
AddAnnotations(IEnumerable<IConventionAnnotation>, Boolean)

オブジェクトに注釈を追加します。

(継承元 IConventionAnnotatable)
AnnotationsToDebugString(Int32)

オブジェクトで宣言されているすべての注釈のデバッグ文字列を取得します。

(継承元 IReadOnlyAnnotatable)
FindAnnotation(String)

指定した名前の注釈を取得し、存在しない場合は を null 返します。

(継承元 IConventionAnnotatable)
GetAnnotation(String)

指定した名前の注釈を取得し、存在しない場合は をスローします。

(継承元 IConventionAnnotatable)
GetAnnotations()

現在の オブジェクトのすべての注釈を取得します。

(継承元 IConventionAnnotatable)
GetNameConfigurationSource()

の構成ソースを Name返します。

RemoveAnnotation(String)

指定した名前の注釈をこのオブジェクトから削除します。

(継承元 IConventionAnnotatable)
SetAnnotation(String, Object, Boolean)

指定した名前の下に格納されている注釈を設定します。 指定した名前の注釈が既に存在する場合は、既存の注釈を上書きします。

(継承元 IConventionAnnotatable)
SetName(String, Boolean)

結果の列名を設定します。

SetOrRemoveAnnotation(String, Object, Boolean)

指定した名前の下に格納されている注釈を設定します。 指定した名前の注釈が既に存在する場合は、既存の注釈を上書きします。 が指定されている場合 null は、既存の注釈を削除します。

(継承元 IConventionAnnotatable)
ToDebugString(MetadataDebugStringOptions, Int32)

指定されたメタデータの人間が判読できる表現を作成します。

警告: 返される文字列の形式に依存しないでください。 デバッグ専用に設計されており、リリース間で任意に変更される可能性があります。

(継承元 IReadOnlyStoredProcedureResultColumn)

適用対象