Udostępnij za pośrednictwem


RuntimeStoredProcedure.AddResultColumn(String, Boolean, String) Metoda

Definicja

Dodaje nową kolumnę wyniku dla tej procedury składowanej zamapowanej na właściwość o podanej nazwie

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

Parametry

name
String

Nazwa kolumny wyników.

forRowsAffected
Boolean

Określa, czy kolumna zawiera wiersze, których dotyczy problem.

propertyName
String

Nazwa odpowiedniej właściwości.

Zwraca

Microsoft.EntityFrameworkCore.Metadata.Internal.RuntimeStoredProcedureResultColumn

Dotyczy