다음을 통해 공유


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 된 경우 동일한 작성기가 instance. 그렇지 않으면 입니다.

적용 대상