EntityTypeExtensions
FindForeignKey(IEntityType, IProperty, IKey, IEntityType)
FindForeignKeys(IEntityType, IProperty)
FindForeignKeys(IEntityType, IReadOnlyList<IProperty>)
FindIndex(IEntityType, IProperty)
FindKey(IEntityType, IProperty)
FindNavigation(IEntityType, PropertyInfo)
FindNavigation(IEntityType, String)
FindProperty(IEntityType, PropertyInfo)
GetChangeTrackingStrategy(IEntityType)
GetDefiningQuery(IEntityType)
GetDerivedTypes(IEntityType)
GetNavigations(IEntityType)
GetReferencingForeignKeys(IEntityType)
HasDefiningNavigation(IEntityType)
IsAssignableFrom(IEntityType, IEntityType)
IsOwned(IEntityType)
LeastDerivedType(IEntityType, IEntityType)
RootType(IEntityType)
netcoreapp2.2
namespace Microsoft.EntityFrameworkCore
{
public static class EntityTypeExtensions
{
[IteratorStateMachine(typeof(<FindForeignKeys>d__8))]
public static IEnumerable<IForeignKey> FindForeignKeys(this IEntityType entityType, IReadOnlyList<IProperty> properties);
}
}
nuget.org | 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