共用方式為


IReadOnlyStoredProcedureResultColumn 介面

定義

表示預存程式結果資料行。

public interface IReadOnlyStoredProcedureResultColumn : Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable
type IReadOnlyStoredProcedureResultColumn = interface
    interface IReadOnlyAnnotatable
Public Interface IReadOnlyStoredProcedureResultColumn
Implements IReadOnlyAnnotatable
衍生
實作

屬性

ForRowsAffected

取得值,指出結果資料行是否會保存受預存程式影響的資料列。

Item[String]

取得具有指定名稱的注釋值,如果不存在,則傳 null 回 。

(繼承來源 IReadOnlyAnnotatable)
Name

取得結果資料行名稱。

PropertyName

取得對應至這個結果資料行的屬性名稱。

StoredProcedure

取得這個結果資料行所屬的預存程式。

方法

AnnotationsToDebugString(Int32)

取得 物件上宣告之所有批註的偵錯字串。

(繼承來源 IReadOnlyAnnotatable)
FindAnnotation(String)

取得具有指定名稱的注釋,如果不存在,則傳 null 回 。

(繼承來源 IReadOnlyAnnotatable)
GetAnnotation(String)

取得具有指定名稱的注釋,如果不存在,則會擲回。

(繼承來源 IReadOnlyAnnotatable)
GetAnnotations()

取得目前 物件上的所有批註。

(繼承來源 IReadOnlyAnnotatable)
ToDebugString(MetadataDebugStringOptions, Int32)

建立人類可讀取的指定中繼資料標記法。

警告:請勿依賴傳回字串的格式。 它是專為偵錯而設計,而且可能會在發行之間任意變更。

適用於