IReadOnlyStoredProcedureParameter 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示預存程式參數。
public interface IReadOnlyStoredProcedureParameter : Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable
type IReadOnlyStoredProcedureParameter = interface
interface IReadOnlyAnnotatable
Public Interface IReadOnlyStoredProcedureParameter
Implements IReadOnlyAnnotatable
- 衍生
- 實作
屬性
Direction |
取得參數的方向。 |
ForOriginalValue |
取得值,指出參數是否保留原始或目前的屬性值。 |
ForRowsAffected |
取得值,指出 參數是否保存受預存程式影響的資料列。 |
Item[String] |
取得具有指定名稱的注釋值,如果不存在,則傳 |
Name |
取得參數名稱。 |
PropertyName |
取得對應至此參數的屬性名稱。 |
StoredProcedure |
取得此參數所屬的預存程式。 |
方法
AnnotationsToDebugString(Int32) |
取得 物件上宣告之所有批註的偵錯字串。 (繼承來源 IReadOnlyAnnotatable) |
FindAnnotation(String) |
取得具有指定名稱的注釋,如果不存在,則傳 |
GetAnnotation(String) |
取得具有指定名稱的注釋,如果不存在,則會擲回。 (繼承來源 IReadOnlyAnnotatable) |
GetAnnotations() |
取得目前 物件上的所有批註。 (繼承來源 IReadOnlyAnnotatable) |
ToDebugString(MetadataDebugStringOptions, Int32) |
建立人類可讀取的指定中繼資料標記法。 警告:請勿依賴傳回字串的格式。 它是專為偵錯而設計,而且可能會在發行之間任意變更。 |