ConventionSet
ConventionSet()
ComplexPropertyAddedConventions
ComplexPropertyAnnotationChangedConventions
ComplexPropertyFieldChangedConventions
ComplexPropertyNullabilityChangedConventions
ComplexPropertyRemovedConventions
ComplexTypeAnnotationChangedConventions
ComplexTypeMemberIgnoredConventions
DiscriminatorPropertySetConventions
ElementTypeAnnotationChangedConventions
ElementTypeNullabilityChangedConventions
EntityTypeAddedConventions
EntityTypeAnnotationChangedConventions
EntityTypeBaseTypeChangedConventions
EntityTypeMemberIgnoredConventions
EntityTypePrimaryKeyChangedConventions
EntityTypeRemovedConventions
ForeignKeyAddedConventions
ForeignKeyAnnotationChangedConventions
ForeignKeyDependentRequirednessChangedConventions
ForeignKeyNullNavigationSetConventions
ForeignKeyOwnershipChangedConventions
ForeignKeyPrincipalEndChangedConventions
ForeignKeyPropertiesChangedConventions
ForeignKeyRemovedConventions
ForeignKeyRequirednessChangedConventions
ForeignKeyUniquenessChangedConventions
IndexAddedConventions
IndexAnnotationChangedConventions
IndexRemovedConventions
IndexSortOrderChangedConventions
IndexUniquenessChangedConventions
KeyAddedConventions
KeyAnnotationChangedConventions
KeyRemovedConventions
ModelAnnotationChangedConventions
ModelEmbeddedDiscriminatorNameConventions
ModelFinalizedConventions
ModelFinalizingConventions
ModelInitializedConventions
NavigationAddedConventions
NavigationAnnotationChangedConventions
NavigationRemovedConventions
PropertyAddedConventions
PropertyAnnotationChangedConventions
PropertyAutoLoadChangedConventions
PropertyElementTypeChangedConventions
PropertyFieldChangedConventions
PropertyNullabilityChangedConventions
PropertyRemovedConventions
SkipNavigationAddedConventions
SkipNavigationAnnotationChangedConventions
SkipNavigationForeignKeyChangedConventions
SkipNavigationInverseChangedConventions
SkipNavigationRemovedConventions
TriggerAddedConventions
TriggerRemovedConventions
TypeIgnoredConventions
Add(IConvention)
AddAfter<TConvention>(List<TConvention>, TConvention, Type)
AddBefore<TConvention>(List<TConvention>, TConvention, Type)
CreateConventionSet(DbContext)
Remove(Type)
Remove<TConvention>(List<TConvention>, Type)
Replace<TImplementation>(TImplementation)
Replace<TConvention, TImplementation>(List<TConvention>, TImplementation)
net11.0
namespace Microsoft.EntityFrameworkCore.Metadata.Conventions
{
public class ConventionSet
{
public virtual List<IPropertyAutoLoadChangedConvention!>! PropertyAutoLoadChangedConventions { get; }
}
}
| .NET | 11.0 |
|---|---|
Information specific to net11.0 | |
| Assembly | Microsoft.EntityFrameworkCore , Version=11.0.0.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore (11.0.0-preview.3.26207.106) net11.0 |
| Preview | This API is contained in a prerelease package. |
| Platform Restrictions | The property getter is supported on all platforms. |
- Built-in API
- Package-provided API