共用方式為


IReadOnlyDbFunctionParameter 介面

定義

表示函式參數。

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

備註

如需詳細資訊和範例,請參閱 資料庫函 式。

屬性

ClrType

取得參數型別。

Function

取得這個參數所屬的函式。

Item[String]

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

(繼承來源 IReadOnlyAnnotatable)
Name

取得參數名稱。

PropagatesNullability

取得值,這個值表示參數是否傳播可為 Null,這表示如果其值為 null 資料庫函式本身,則傳回 null

StoreType

取得此參數的存放區類型。

TypeMapping

取得此參數的類型對應。

方法

AnnotationsToDebugString(Int32)

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

(繼承來源 IReadOnlyAnnotatable)
FindAnnotation(String)

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

(繼承來源 IReadOnlyAnnotatable)
GetAnnotation(String)

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

(繼承來源 IReadOnlyAnnotatable)
GetAnnotations()

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

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

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

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

適用於