次の方法で共有


RuntimeStoredProcedure.AddParameter メソッド

定義

指定した名前の プロパティにマップされた新しいパラメーターを追加します。

public virtual Microsoft.EntityFrameworkCore.Metadata.Internal.RuntimeStoredProcedureParameter AddParameter (string name, System.Data.ParameterDirection direction, bool forRowsAffected, string? propertyName, bool? forOriginalValue);
abstract member AddParameter : string * System.Data.ParameterDirection * bool * string * Nullable<bool> -> Microsoft.EntityFrameworkCore.Metadata.Internal.RuntimeStoredProcedureParameter
override this.AddParameter : string * System.Data.ParameterDirection * bool * string * Nullable<bool> -> Microsoft.EntityFrameworkCore.Metadata.Internal.RuntimeStoredProcedureParameter
Public Overridable Function AddParameter (name As String, direction As ParameterDirection, forRowsAffected As Boolean, propertyName As String, forOriginalValue As Nullable(Of Boolean)) As RuntimeStoredProcedureParameter

パラメーター

name
String

パラメーターの名前。

direction
ParameterDirection

方向。

forRowsAffected
Boolean

パラメーターが影響を受ける行を保持するかどうか。

propertyName
String

対応するプロパティの名前。

forOriginalValue
Nullable<Boolean>

パラメーターが元の値を保持するかどうか。

戻り値

Microsoft.EntityFrameworkCore.Metadata.Internal.RuntimeStoredProcedureParameter

適用対象