次の方法で共有


IConventionStoredProcedureBuilder.HasParameter(String, Boolean) メソッド

定義

指定されたプロパティにマップされたパラメーターが存在しない場合は、新しいパラメーターを構成します。

public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionStoredProcedureParameterBuilder? HasParameter (string propertyName, bool fromDataAnnotation = false);
abstract member HasParameter : string * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionStoredProcedureParameterBuilder
Public Function HasParameter (propertyName As String, Optional fromDataAnnotation As Boolean = false) As IConventionStoredProcedureParameterBuilder

パラメーター

propertyName
String

プロパティ名。

fromDataAnnotation
Boolean

構成がデータ注釈を使用して指定されたかどうかを示します。

戻り値

構成が適用された場合は同じビルダー インスタンス。 null それ以外の場合は 。

適用対象