다음을 통해 공유


IConventionStoredProcedureBuilder.CanHaveParameter(String, Boolean) 메서드

정의

지정된 속성에 매핑된 매개 변수를 저장 프로시저에 사용할 수 있는지 여부를 나타내는 값을 반환합니다.

public bool CanHaveParameter (string propertyName, bool fromDataAnnotation = false);
abstract member CanHaveParameter : string * bool -> bool
Public Function CanHaveParameter (propertyName As String, Optional fromDataAnnotation As Boolean = false) As Boolean

매개 변수

propertyName
String

속성 이름입니다.

fromDataAnnotation
Boolean

데이터 주석을 사용하여 구성을 지정했는지 여부를 나타냅니다.

반환

true 매개 변수를 저장 프로시저에 사용할 수 있으면 입니다.

적용 대상