共用方式為


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

適用於