MaterializerFactory
MaterializerFactory
Class
Definition
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
public class MaterializerFactory : IMaterializerFactory
Public Class MaterializerFactory
Implements IMaterializerFactory
- Inheritance
-
System.ObjectSystem.ObjectMaterializerFactoryMaterializerFactory
- Implements
Constructors
MaterializerFactory(IEntityMaterializerSource) MaterializerFactory(IEntityMaterializerSource)
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
public MaterializerFactory(IEntityMaterializerSource entityMaterializerSource)
Public Sub New(entityMaterializerSource As IEntityMaterializerSource)
Parameters
- entityMaterializerSource
- IEntityMaterializerSource IEntityMaterializerSource
Methods
CreateMaterializer(IEntityType) CreateMaterializer(IEntityType)
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
public virtual Expression<Func<IEntityType, ValueBuffer, object>> CreateMaterializer(IEntityType entityType)
Public Overridable Function CreateMaterializer(entityType As IEntityType) As Expression(Of Func(Of IEntityType, ValueBuffer, Object))
Parameters
- entityType
- IEntityType IEntityType
Returns
System.Linq.Expressions.Expression<System.Func<IEntityType, ValueBuffer, System.Object>>
System.Linq.Expressions.Expression(Of System.Func(Of IEntityType, ValueBuffer, System.Object))