IMutableEntityType
BaseType
IsKeyless
AddData(IEnumerable<Object>)
AddForeignKey(IMutableProperty, IMutableKey, IMutableEntityType)
AddForeignKey(IReadOnlyList<IMutableProperty>, IMutableKey, IMutableEntityType)
AddIndex(IMutableProperty)
AddIndex(IMutableProperty, String)
AddIndex(IReadOnlyList<IMutableProperty>)
AddIndex(IReadOnlyList<IMutableProperty>, String)
AddKey(IMutableProperty)
AddKey(IReadOnlyList<IMutableProperty>)
AddServiceProperty(MemberInfo, Type)
AddSkipNavigation(String, MemberInfo, IMutableEntityType, Boolean, Boolean)
AddSkipNavigation(String, Type, MemberInfo, IMutableEntityType, Boolean, Boolean)
AddTrigger(String)
FindClosestCommonParent(IReadOnlyEntityType)
FindDeclaredForeignKeys(IReadOnlyList<IReadOnlyProperty>)
FindDeclaredNavigation(String)
FindDeclaredSkipNavigation(String)
FindDeclaredTrigger(String)
FindForeignKey(IReadOnlyProperty, IReadOnlyKey, IReadOnlyEntityType)
FindForeignKey(IReadOnlyList<IReadOnlyProperty>, IReadOnlyKey, IReadOnlyEntityType)
FindForeignKeys(IReadOnlyProperty)
FindForeignKeys(IReadOnlyList<IReadOnlyProperty>)
FindIndex(IReadOnlyProperty)
FindIndex(String)
FindIndex(IReadOnlyList<IReadOnlyProperty>)
FindKey(IReadOnlyProperty)
FindKey(IReadOnlyList<IReadOnlyProperty>)
FindNavigation(MemberInfo)
FindNavigation(String)
FindOwnership()
FindPrimaryKey()
FindServiceProperty(String)
FindSkipNavigation(MemberInfo)
FindSkipNavigation(String)
GetAllBaseTypes()
GetAllBaseTypesAscending()
GetAllBaseTypesInclusive()
GetAllBaseTypesInclusiveAscending()
GetDeclaredForeignKeys()
GetDeclaredIndexes()
GetDeclaredKeys()
GetDeclaredNavigations()
GetDeclaredReferencingForeignKeys()
GetDeclaredServiceProperties()
GetDeclaredSkipNavigations()
GetDeclaredTriggers()
GetDerivedForeignKeys()
GetDerivedIndexes()
GetDerivedNavigations()
GetDerivedServiceProperties()
GetDerivedSkipNavigations()
GetDerivedTypes()
GetDerivedTypesInclusive()
GetDirectlyDerivedTypes()
GetForeignKeys()
GetIndexes()
GetKeys()
GetNavigations()
GetReferencingForeignKeys()
GetRootType()
GetServiceProperties()
GetSkipNavigations()
GetTriggers()
LeastDerivedType(IReadOnlyEntityType)
RemoveForeignKey(IReadOnlyForeignKey)
RemoveForeignKey(IReadOnlyList<IReadOnlyProperty>, IMutableKey, IMutableEntityType)
RemoveIndex(IReadOnlyIndex)
RemoveIndex(IReadOnlyList<IReadOnlyProperty>)
RemoveKey(IReadOnlyKey)
RemoveKey(IReadOnlyList<IReadOnlyProperty>)
RemoveServiceProperty(IReadOnlyServiceProperty)
RemoveServiceProperty(String)
RemoveSkipNavigation(IReadOnlySkipNavigation)
RemoveTrigger(String)
SetDiscriminatorMappingComplete(Boolean?)
SetNavigationAccessMode(PropertyAccessMode?)
SetPrimaryKey(IMutableProperty)
SetPrimaryKey(IReadOnlyList<IMutableProperty>)
SetQueryFilter(LambdaExpression)
SetQueryFilter(String, LambdaExpression)
GetETagProperty(IMutableEntityType)
GetPartitionKeyProperties(IMutableEntityType)
GetPartitionKeyProperty(IMutableEntityType)
SetAnalyticalStoreTimeToLive(IMutableEntityType, Nullable<Int32>)
SetContainer(IMutableEntityType, String)
SetContainingPropertyName(IMutableEntityType, String)
SetDbSetName(IMutableEntityType, String)
SetDefaultTimeToLive(IMutableEntityType, Nullable<Int32>)
SetDiscriminatorInKey(IMutableEntityType, Nullable<IdDiscriminatorMode>)
SetETagPropertyName(IMutableEntityType, String)
SetHasShadowId(IMutableEntityType, Nullable<Boolean>)
SetHistoryTableName(IMutableEntityType, String)
SetHistoryTableSchema(IMutableEntityType, String)
SetInMemoryQuery(IMutableEntityType, LambdaExpression)
SetIsMemoryOptimized(IMutableEntityType, Boolean)
SetIsTemporal(IMutableEntityType, Boolean)
SetPartitionKeyPropertyName(IMutableEntityType, String)
SetPartitionKeyPropertyNames(IMutableEntityType, IReadOnlyList<String>)
SetPeriodEndPropertyName(IMutableEntityType, String)
SetPeriodStartPropertyName(IMutableEntityType, String)
SetThroughput(IMutableEntityType, Nullable<Int32>, Nullable<Boolean>)
UseSqlOutputClause(IMutableEntityType, Boolean?)
UseSqlOutputClause(IMutableEntityType, Boolean?, StoreObjectIdentifier)
UseSqlReturningClause(IMutableEntityType, Boolean?)
UseSqlReturningClause(IMutableEntityType, Boolean?, StoreObjectIdentifier)
net10.0
namespace Microsoft.EntityFrameworkCore.Metadata
{
public interface IMutableEntityType : IReadOnlyAnnotatable, IMutableAnnotatable, IMutableTypeBase, IReadOnlyEntityType, IReadOnlyTypeBase
{
virtual void SetNavigationAccessMode(PropertyAccessMode? propertyAccessMode);
}
}
| .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