共用方式為


MaterializationInterceptionData 結構

定義

傳遞至 IMaterializationInterceptor 方法的參數物件,其中包含要具體化之實例的相關資料。

[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct MaterializationInterceptionData
[<System.Runtime.CompilerServices.IsReadOnly>]
type MaterializationInterceptionData = struct
Public Structure MaterializationInterceptionData
繼承
MaterializationInterceptionData
屬性

備註

如需詳細資訊 和範例,請參閱記錄、事件和診斷

建構函式

MaterializationInterceptionData(MaterializationContext, IEntityType, Dictionary<IPropertyBase,ValueTuple<Object,Func<MaterializationContext, Object>>>)

這是支援 Entity Framework Core 基礎結構的內部 API,不受與公用 API 相同的相容性標準。 它可能會在任何版本中變更或移除,而不會有任何通知。 您應該只在程式碼中直接使用它,並知道這麼做可能會導致應用程式在更新至新的 Entity Framework Core 版本時失敗。

MaterializationInterceptionData(MaterializationContext, IEntityType, Nullable<QueryTrackingBehavior>, Dictionary<IPropertyBase,ValueTuple<Object, Func<MaterializationContext,Object>>>)

這是支援 Entity Framework Core 基礎結構的內部 API,不受與公用 API 相同的相容性標準。 它可能會在任何版本中變更或移除,而不會有任何通知。 您應該只在程式碼中直接使用它,並知道這麼做可能會導致應用程式在更新至新的 Entity Framework Core 版本時失敗。

屬性

Context

DbContext目前使用的實例。

EntityType

要具體化的實體類型。

QueryTrackingBehavior

查詢追蹤行為,如果 null 這個具體化不是來自查詢,則為 。

方法

GetPropertyValue(IPropertyBase)

取得指定屬性的屬性值。

GetPropertyValue(String)

取得具有指定名稱之屬性的屬性值。

GetPropertyValue<T>(IPropertyBase)

取得指定屬性的屬性值。

GetPropertyValue<T>(String)

取得具有指定名稱之屬性的屬性值。

適用於