IStoreStoredProcedure.FindParameter 메서드

정의

오버로드

FindParameter(IProperty)

지정된 속성에 매핑된 매개 변수를 가져옵니다. 지정된 속성에 매핑된 매개 변수가 없으면 를 반환 null 합니다.

FindParameter(String)

지정된 이름의 매개 변수를 가져옵니다. null 반환된 행 집합에 대해 지정된 이름의 매개 변수가 정의되지 않은 경우 를 반환합니다.

FindParameter(IProperty)

지정된 속성에 매핑된 매개 변수를 가져옵니다. 지정된 속성에 매핑된 매개 변수가 없으면 를 반환 null 합니다.

public Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter? FindParameter (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
abstract member FindParameter : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter
Public Function FindParameter (property As IProperty) As IStoreStoredProcedureParameter

매개 변수

property
IProperty

반환

적용 대상

FindParameter(String)

지정된 이름의 매개 변수를 가져옵니다. null 반환된 행 집합에 대해 지정된 이름의 매개 변수가 정의되지 않은 경우 를 반환합니다.

public Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter? FindParameter (string name);
abstract member FindParameter : string -> Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter
Public Function FindParameter (name As String) As IStoreStoredProcedureParameter

매개 변수

name
String

반환

적용 대상