다음을 통해 공유


RuntimeStoredProcedure.AddResultColumn(String, Boolean, String) 메서드

정의

지정된 이름의 속성에 매핑된 이 저장 프로시저에 대한 결과의 새 열을 추가합니다.

public virtual Microsoft.EntityFrameworkCore.Metadata.Internal.RuntimeStoredProcedureResultColumn AddResultColumn (string name, bool forRowsAffected, string? propertyName);
abstract member AddResultColumn : string * bool * string -> Microsoft.EntityFrameworkCore.Metadata.Internal.RuntimeStoredProcedureResultColumn
override this.AddResultColumn : string * bool * string -> Microsoft.EntityFrameworkCore.Metadata.Internal.RuntimeStoredProcedureResultColumn
Public Overridable Function AddResultColumn (name As String, forRowsAffected As Boolean, propertyName As String) As RuntimeStoredProcedureResultColumn

매개 변수

name
String

결과 열의 이름입니다.

forRowsAffected
Boolean

열에 영향을 받는 행이 있는지 여부입니다.

propertyName
String

해당 속성의 이름입니다.

반환

Microsoft.EntityFrameworkCore.Metadata.Internal.RuntimeStoredProcedureResultColumn

적용 대상