Delen via


IComplexTypeMemberIgnoredConvention.ProcessComplexTypeMemberIgnored Method

Definition

Called after a complex type member is ignored.

public void ProcessComplexTypeMemberIgnored (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexTypeBuilder complexTypeBuilder, string name, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<string> context);
abstract member ProcessComplexTypeMemberIgnored : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexTypeBuilder * string * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<string> -> unit
Public Sub ProcessComplexTypeMemberIgnored (complexTypeBuilder As IConventionComplexTypeBuilder, name As String, context As IConventionContext(Of String))

Parameters

complexTypeBuilder
IConventionComplexTypeBuilder

The builder for the complex type.

name
String

The name of the ignored member.

context
IConventionContext<String>

Additional information associated with convention execution.

Applies to