共用方式為


IStoreFunction 介面

定義

表示資料庫中的函式。

public interface IStoreFunction : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable, Microsoft.EntityFrameworkCore.Metadata.ITableBase
type IStoreFunction = interface
    interface ITableBase
    interface IAnnotatable
type IStoreFunction = interface
    interface ITableBase
    interface IAnnotatable
    interface IReadOnlyAnnotatable
Public Interface IStoreFunction
Implements IAnnotatable, ITableBase
實作

備註

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

屬性

Columns

取得針對傳回的資料列集所定義的資料行。

ComplexTypeMappings

取得複雜型別對應。

(繼承來源 ITableBase)
DbFunctions

取得相關聯的模型函式。

EntityTypeMappings

取得傳回之資料列集的實體類型對應。

IsBuiltIn

取得值,指出資料庫函式是否內建。

IsShared

取得值,指出多個實體類型是否共用資料表中的資料列。

(繼承來源 ITableBase)
Item[String]

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

(繼承來源 IReadOnlyAnnotatable)
Model

取得資料庫模型。

(繼承來源 ITableBase)
Name

取得資料庫中資料表的名稱。

(繼承來源 ITableBase)
Parameters

取得這個函式的參數。

ReturnType

取得純量傳回型別。

Schema

取得資料庫中資料表的架構。

(繼承來源 ITableBase)
SchemaQualifiedName

取得資料庫中資料表的架構限定名稱。

(繼承來源 ITableBase)

方法

AddRuntimeAnnotation(String, Object)

將執行時間批註新增至這個 物件。 如果具有指定名稱的注釋已經存在,則會擲回 。

(繼承來源 IAnnotatable)
AnnotationsToDebugString(Int32)

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

(繼承來源 IReadOnlyAnnotatable)
FindAnnotation(String)

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

(繼承來源 IReadOnlyAnnotatable)
FindColumn(IProperty)

取得對應至指定屬性的資料行。 如果沒有資料行對應至指定的屬性,則傳 null 回 。

FindColumn(String)

取得具有指定名稱的資料行。 null如果未為傳回的資料列集定義具有指定名稱的資料行,則傳回 。

FindRuntimeAnnotation(String)

取得具有指定名稱的執行時間批註,如果不存在,則 null 傳回 。

(繼承來源 IAnnotatable)
FindRuntimeAnnotationValue(String)

取得具有指定名稱的執行時間批註值,如果不存在,則傳 null 回 。

(繼承來源 IAnnotatable)
GetAnnotation(String)

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

(繼承來源 IReadOnlyAnnotatable)
GetAnnotations()

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

(繼承來源 IReadOnlyAnnotatable)
GetOrAddRuntimeAnnotationValue<TValue,TArg>(String, Func<TArg,TValue>, TArg)

取得具有指定名稱的執行時間批註值,如果不存在,請加以新增。

(繼承來源 IAnnotatable)
GetReferencingRowInternalForeignKeys(IEntityType)

從共用此資料表的其他實體類型取得參考指定實體類型的外鍵。

(繼承來源 ITableBase)
GetRowInternalForeignKeys(IEntityType)

取得指向共用此資料表之其他實體類型的指定實體類型的外鍵。

(繼承來源 ITableBase)
GetRuntimeAnnotations()

取得目前 物件上的所有執行時間批註。

(繼承來源 IAnnotatable)
IsOptional(IEntityType)

取得值,指出指定型別的實體是否可能不存在於資料列中。

(繼承來源 ITableBase)
IsOptional(ITypeBase)

取得值,指出指定型別的實體是否可能不存在於資料列中。

(繼承來源 ITableBase)
RemoveRuntimeAnnotation(String)

從這個 物件中移除指定的執行時間批註。

(繼承來源 IAnnotatable)
SetRuntimeAnnotation(String, Object)

設定儲存在指定索引鍵底下的執行時間批註。 如果具有指定名稱的注釋已經存在,則會覆寫現有的批註。

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

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

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

明確介面實作

ITableBase.ToDebugString(MetadataDebugStringOptions, Int32)

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

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

擴充方法

AnnotationsToDebugString(IAnnotatable, Int32)

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

GetAnnotation(IAnnotatable, String)

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

ToDebugString(IStoreFunction, MetadataDebugStringOptions, Int32)

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

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

適用於