EntityMaterializerSource 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public class EntityMaterializerSource : Microsoft.EntityFrameworkCore.Query.IEntityMaterializerSource
type EntityMaterializerSource = class
interface IEntityMaterializerSource
Public Class EntityMaterializerSource
Implements IEntityMaterializerSource
- 繼承
-
EntityMaterializerSource
- 實作
建構函式
EntityMaterializerSource(EntityMaterializerSourceDependencies) |
服務存留期為 Singleton 。 這表示許多實例都會使用 DbContext 單一實例。 實作必須是安全線程。 此服務無法相依于註冊為 Scoped 的服務。 |
欄位
TryReadValueMethod |
服務存留期為 Singleton 。 這表示許多實例都會使用 DbContext 單一實例。 實作必須是安全線程。 此服務無法相依于註冊為 Scoped 的服務。 |
方法
CreateMaterializeExpression(IEntityType, String, Expression) |
服務存留期為 Singleton 。 這表示許多實例都會使用 DbContext 單一實例。 實作必須是安全線程。 此服務無法相依于註冊為 Scoped 的服務。 |
CreateReadValueExpression(Expression, Type, Int32, IPropertyBase) |
服務存留期為 Singleton 。 這表示許多實例都會使用 DbContext 單一實例。 實作必須是安全線程。 此服務無法相依于註冊為 Scoped 的服務。 |
GetMaterializer(IEntityType) |
服務存留期為 Singleton 。 這表示許多實例都會使用 DbContext 單一實例。 實作必須是安全線程。 此服務無法相依于註冊為 Scoped 的服務。 |