RuntimeStoredProcedure.AddResultColumn(String, Boolean, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
針對對應至具有指定名稱之 屬性的這個預存程式,新增結果的新資料行
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