RelationalEntityShaperExpression.GenerateMaterializationCondition Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an expression of Func<T,TResult> to determine which entity type to materialize.
protected override System.Linq.Expressions.LambdaExpression GenerateMaterializationCondition (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, bool nullable);
override this.GenerateMaterializationCondition : Microsoft.EntityFrameworkCore.Metadata.IEntityType * bool -> System.Linq.Expressions.LambdaExpression
Protected Overrides Function GenerateMaterializationCondition (entityType As IEntityType, nullable As Boolean) As LambdaExpression
Parameters
- entityType
- IEntityType
The entity type to create materialization condition for.
- nullable
- Boolean
Whether this entity instance can be null.
Returns
An expression of Func<T,TResult> representing materilization condition for the entity type.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework