IConventionComplexTypeBuilder
Metadata
HasAnnotation(String, Object, Boolean)
HasChangeTrackingStrategy(ChangeTrackingStrategy?, Boolean)
HasDiscriminator(Boolean)
HasDiscriminator(MemberInfo, Boolean)
HasDiscriminator(String, Boolean)
HasDiscriminator(Type, Boolean)
HasDiscriminator(String, Type, Boolean)
HasNoAnnotation(String, Boolean)
HasNoComplexProperty(IConventionComplexProperty, Boolean)
HasNoDiscriminator(Boolean)
HasNonNullAnnotation(String, Object, Boolean)
HasNoProperty(IConventionProperty, Boolean)
Ignore(String, Boolean)
RemoveUnusedImplicitProperties(IReadOnlyList<IConventionProperty>)
UsePropertyAccessMode(PropertyAccessMode?, Boolean)
net10.0
namespace Microsoft.EntityFrameworkCore.Metadata.Builders
{
public interface IConventionComplexTypeBuilder : IConventionAnnotatableBuilder, IConventionTypeBaseBuilder
{
IConventionComplexTypeBuilder! RemoveUnusedImplicitProperties(IReadOnlyList<IConventionProperty!>! properties);
}
}
| .NET | 10.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | Microsoft.EntityFrameworkCore , Version=10.0.2.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore (10.0.2) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API