EntityShaperExpression.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 virtual System.Linq.Expressions.LambdaExpression GenerateMaterializationCondition (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, bool nullable);
abstract member GenerateMaterializationCondition : Microsoft.EntityFrameworkCore.Metadata.IEntityType * bool -> System.Linq.Expressions.LambdaExpression
override this.GenerateMaterializationCondition : Microsoft.EntityFrameworkCore.Metadata.IEntityType * bool -> System.Linq.Expressions.LambdaExpression
Protected Overridable 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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework