Share via


IStoreStoredProcedureParameter インターフェイス

定義

ストアド プロシージャのパラメーターを表します。

public interface IStoreStoredProcedureParameter : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable, Microsoft.EntityFrameworkCore.Metadata.IColumnBase
type IStoreStoredProcedureParameter = interface
    interface IColumnBase
    interface IAnnotatable
    interface IReadOnlyAnnotatable
Public Interface IStoreStoredProcedureParameter
Implements IAnnotatable, IColumnBase
実装

プロパティ

Direction

パラメーターの方向を取得します。

IsNullable

列に NULL を含めることができるかどうかを示す値を取得します。

(継承元 IColumnBase)
Item[String]

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

(継承元 IReadOnlyAnnotatable)
Name

列名を取得します。

(継承元 IColumnBase)
Position

宣言するストアド プロシージャ内のパラメーターの 0 から始まる位置を取得します。

PropertyMappings

プロパティ マッピングを取得します。

ProviderClrType

プロバイダーの種類を取得します。

(継承元 IColumnBase)
ProviderValueComparer

この列の ValueComparer を取得します。

(継承元 IColumnBase)
StoredProcedure

格納されているストアド プロシージャを取得します。

StoreType

列の種類を取得します。

(継承元 IColumnBase)
StoreTypeMapping

列に似たオブジェクトの型マッピングを取得します。

(継承元 IColumnBase)
Table

テーブルに似たオブジェクトを取得します。

(継承元 IColumnBase)

メソッド

AddRuntimeAnnotation(String, Object)

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

(継承元 IAnnotatable)
AnnotationsToDebugString(Int32)

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

(継承元 IReadOnlyAnnotatable)
FindAnnotation(String)

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

(継承元 IReadOnlyAnnotatable)
FindColumnMapping(IReadOnlyEntityType)

指定したエンティティ型のプロパティ マッピングを返します。

(継承元 IColumnBase)
FindParameterMapping(IReadOnlyEntityType)

指定したエンティティ型のプロパティ マッピングを返します。

FindRuntimeAnnotation(String)

指定された名前のランタイム注釈を取得し、存在しない場合は を null 返します。

(継承元 IAnnotatable)
FindRuntimeAnnotationValue(String)

指定された名前のランタイム注釈の値を取得し、存在しない場合は を null 返します。

(継承元 IAnnotatable)
GetAnnotation(String)

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

(継承元 IReadOnlyAnnotatable)
GetAnnotations()

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

(継承元 IReadOnlyAnnotatable)
GetOrAddRuntimeAnnotationValue<TValue,TArg>(String, Func<TArg,TValue>, TArg)

指定された名前を持つランタイム注釈の値を取得し、存在しない場合は追加します。

(継承元 IAnnotatable)
GetRuntimeAnnotations()

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

(継承元 IAnnotatable)
RemoveRuntimeAnnotation(String)

このオブジェクトから指定されたランタイム注釈を削除します。

(継承元 IAnnotatable)
SetRuntimeAnnotation(String, Object)

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

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

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

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

明示的なインターフェイスの実装

IColumnBase.ToDebugString(MetadataDebugStringOptions, Int32)

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

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

適用対象