IMutableDbFunction 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示模型中的關係資料庫函式,此函式在建置模型時可以變動。
public interface IMutableDbFunction : Microsoft.EntityFrameworkCore.Metadata.IDbFunction
public interface IMutableDbFunction : Microsoft.EntityFrameworkCore.Metadata.IDbFunction, Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable
public interface IMutableDbFunction : Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunction
type IMutableDbFunction = interface
interface IDbFunction
type IMutableDbFunction = interface
interface IMutableAnnotatable
interface IAnnotatable
interface IDbFunction
type IMutableDbFunction = interface
interface IReadOnlyDbFunction
interface IReadOnlyAnnotatable
interface IMutableAnnotatable
Public Interface IMutableDbFunction
Implements IDbFunction
Public Interface IMutableDbFunction
Implements IDbFunction, IMutableAnnotatable
Public Interface IMutableDbFunction
Implements IMutableAnnotatable, IReadOnlyDbFunction
- 實作
備註
如需詳細資訊和範例,請參閱 資料庫函 式。
屬性
FunctionName |
資料庫中函式的名稱。 |
IsAggregate |
取得值,指出此函式是否為彙總函式。 (繼承來源 IReadOnlyDbFunction) |
IsBuiltIn |
取得或設定值,指出資料庫函式是否內建。 |
IsNullable |
取得或設定值,指出資料庫函式是否可以傳回 Null 值。 |
IsScalar |
取得值,指出此函式是否傳回純量值。 (繼承來源 IReadOnlyDbFunction) |
Item[String] |
取得具有指定名稱之注釋的值,如果不存在,則傳 |
MethodInfo |
取得對應至資料庫中函式的 CLR 方法。 (繼承來源 IReadOnlyDbFunction) |
Model |
取得定義此函式的模型。 |
ModelName |
取得模型中函式的名稱。 (繼承來源 IReadOnlyDbFunction) |
Name |
取得或設定資料庫中函式的名稱。 |
Parameters |
取得此函式的參數 |
ReturnType |
取得傳回的 CLR 類型。 (繼承來源 IReadOnlyDbFunction) |
Schema |
取得或設定資料庫中函式的架構。 |
StoreFunction |
取得相關聯的 IStoreFunction 。 (繼承來源 IDbFunction) |
StoreType |
取得或設定資料庫中函式的存放區類型。 |
Translation |
取得或設定轉譯回呼,以對 SQL 運算式片段執行方法呼叫的自訂翻譯。 |
TypeMapping |
取得或設定資料庫中函式的類型對應。 |
方法
擴充方法
AnnotationsToDebugString(IAnnotatable, Int32) |
取得 物件上宣告之所有注釋的偵錯字串。 |
GetAnnotation(IAnnotatable, String) |
取得具有指定名稱的注釋,如果不存在,則會擲回。 |
ToDebugString(IDbFunction, MetadataDebugStringOptions, Int32) |
建立人類可讀取的指定中繼資料標記法。 警告:不要依賴傳回字串的格式。 它專為偵錯而設計,而且可能會在發行之間任意變更。 |
AddAnnotations(IMutableAnnotatable, IEnumerable<IAnnotation>) |
將批註加入物件。 |
GetAnnotation(IMutableAnnotatable, String) |
取得具有指定名稱的注釋,如果不存在,則會擲回。 |
SetOrRemoveAnnotation(IMutableAnnotatable, String, Object) |
設定儲存在指定名稱底下的批註。 如果具有指定名稱的注釋已經存在,則會覆寫現有的批註。 如果 |