net9.0
namespace Microsoft.EntityFrameworkCore.Metadata
{
public class RuntimeModel : RuntimeAnnotatableBase, IAnnotatable, IReadOnlyAnnotatable, IModel, IRuntimeModel, IReadOnlyModel
{
public virtual RuntimeEntityType! AddEntityType(string! name, [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors | DynamicallyAccessedMemberTypes.NonPublicConstructors | DynamicallyAccessedMemberTypes.PublicFields | DynamicallyAccessedMemberTypes.NonPublicFields | DynamicallyAccessedMemberTypes.PublicProperties | DynamicallyAccessedMemberTypes.NonPublicProperties | DynamicallyAccessedMemberTypes.Interfaces)] Type! type, RuntimeEntityType? baseType = null, bool sharedClrType = false, string? discriminatorProperty = null, ChangeTrackingStrategy changeTrackingStrategy = ChangeTrackingStrategy.Snapshot, PropertyInfo? indexerPropertyInfo = null, bool propertyBag = false, object? discriminatorValue = null, int derivedTypesCount = 0, int propertyCount = 0, int complexPropertyCount = 0, int navigationCount = 0, int skipNavigationCount = 0, int servicePropertyCount = 0, int foreignKeyCount = 0, int unnamedIndexCount = 0, int namedIndexCount = 0, int keyCount = 0, int triggerCount = 0);
}
}
.NET | 8.09.0 |
---|---|
Information specific to net9.0 | |
Assembly | Microsoft.EntityFrameworkCore , Version=9.0.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.EntityFrameworkCore (9.0.0) net8.0 |
Platform Restrictions | This API is supported on all platforms. |