IMutableStoredProcedure 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示模型中的預存程式,在模型正在建置時可以變動的表單。
public interface IMutableStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoredProcedure
type IMutableStoredProcedure = interface
interface IReadOnlyStoredProcedure
interface IReadOnlyAnnotatable
interface IMutableAnnotatable
Public Interface IMutableStoredProcedure
Implements IMutableAnnotatable, IReadOnlyStoredProcedure
- 實作
屬性
EntityType |
取得定義這個預存程式的實體類型。 |
IsRowsAffectedReturned |
取得或設定值,指出這個預存程式是否傳回受影響的資料列數目。 |
Item[String] |
取得或設定具有指定名稱之注釋的值。 (繼承來源 IMutableAnnotatable) |
Name |
取得或設定資料庫中預存程式的名稱。 |
Parameters |
取得這個預存程式的參數。 |
ResultColumns |
取得這個預存程式之結果的資料行。 |
Schema |
取得或設定資料庫中預存程式的架構。 |