Condividi tramite


RuntimeStoredProcedure.AddResultColumn(String, Boolean, String) Metodo

Definizione

Aggiunge una nuova colonna del risultato per questa stored procedure mappata alla proprietà con il nome specificato

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

Parametri

name
String

Nome della colonna del risultato.

forRowsAffected
Boolean

Indica se la colonna contiene le righe interessate.

propertyName
String

Nome della proprietà corrispondente.

Restituisce

Microsoft.EntityFrameworkCore.Metadata.Internal.RuntimeStoredProcedureResultColumn

Si applica a