MutableEntityTypeExtensions
AddForeignKey(IMutableEntityType, IMutableProperty, IMutableKey, IMutableEntityType)
AddIndex(IMutableEntityType, IMutableProperty)
AddKey(IMutableEntityType, IMutableProperty)
AddProperty(IMutableEntityType, PropertyInfo)
FindForeignKey(IMutableEntityType, IProperty, IKey, IEntityType)
FindForeignKeys(IMutableEntityType, IProperty)
FindForeignKeys(IMutableEntityType, IReadOnlyList<IProperty>)
FindIndex(IMutableEntityType, IProperty)
FindKey(IMutableEntityType, IProperty)
FindNavigation(IMutableEntityType, PropertyInfo)
FindNavigation(IMutableEntityType, String)
FindProperty(IMutableEntityType, PropertyInfo)
GetDerivedTypes(IMutableEntityType)
GetNavigations(IMutableEntityType)
GetOrAddForeignKey(IMutableEntityType, IMutableProperty, IMutableKey, IMutableEntityType)
GetOrAddForeignKey(IMutableEntityType, IReadOnlyList<IMutableProperty>, IMutableKey, IMutableEntityType)
GetOrAddIndex(IMutableEntityType, IMutableProperty)
GetOrAddIndex(IMutableEntityType, IReadOnlyList<IMutableProperty>)
GetOrAddKey(IMutableEntityType, IMutableProperty)
GetOrAddKey(IMutableEntityType, IReadOnlyList<IMutableProperty>)
GetOrAddProperty(IMutableEntityType, PropertyInfo)
GetOrAddProperty(IMutableEntityType, String, Type)
GetOrSetPrimaryKey(IMutableEntityType, IMutableProperty)
GetOrSetPrimaryKey(IMutableEntityType, IReadOnlyList<IMutableProperty>)
GetReferencingForeignKeys(IMutableEntityType)
RootType(IMutableEntityType)
SetChangeTrackingStrategy(IMutableEntityType, ChangeTrackingStrategy)
SetDefiningQuery(IMutableEntityType, LambdaExpression)
SetNavigationAccessMode(IMutableEntityType, PropertyAccessMode?)
SetPrimaryKey(IMutableEntityType, IMutableProperty)
SetPropertyAccessMode(IMutableEntityType, PropertyAccessMode?)
netcoreapp2.2
namespace Microsoft.EntityFrameworkCore
{
public static class MutableEntityTypeExtensions
{
public static IMutableNavigation FindNavigation(this IMutableEntityType entityType, string name);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Upgrade Planner | 0.0 %
Reference this API |
.NET Core | 2.02.12.2 |
Information specific to netcoreapp2.2 | |
Assembly | Microsoft.EntityFrameworkCore , Version=2.2.6.0, PublicKeyToken=adb9793829ddae60 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API