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