RelationalEntityTypeExtensions.FindRowInternalForeignKeys Method

Definition

Overloads

FindRowInternalForeignKeys(IConventionEntityType, StoreObjectIdentifier)

Gets the foreign keys for the given entity type that point to other entity types sharing the same table-like store object.

FindRowInternalForeignKeys(IEntityType, StoreObjectIdentifier)

Gets the foreign keys for the given entity type that point to other entity types sharing the same table-like store object.

FindRowInternalForeignKeys(IEntityType, StoreObjectIdentifier)

Gets the foreign keys for the given entity type that point to other entity types sharing the same table-like store object.

FindRowInternalForeignKeys(IMutableEntityType, StoreObjectIdentifier)

Gets the foreign keys for the given entity type that point to other entity types sharing the same table-like store object.

FindRowInternalForeignKeys(IReadOnlyEntityType, StoreObjectIdentifier)

Gets the foreign keys for the given entity type that point to other entity types sharing the same table-like store object.

FindRowInternalForeignKeys(IConventionEntityType, StoreObjectIdentifier)

Gets the foreign keys for the given entity type that point to other entity types sharing the same table-like store object.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey> FindRowInternalForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindRowInternalForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * StoreObjectIdentifier -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey>
<Extension()>
Public Function FindRowInternalForeignKeys (entityType As IConventionEntityType, ByRef storeObject As StoreObjectIdentifier) As IEnumerable(Of IConventionForeignKey)

Parameters

entityType
IConventionEntityType

The entity type.

storeObject
StoreObjectIdentifier

The identifier of the store object.

Returns

Applies to

FindRowInternalForeignKeys(IEntityType, StoreObjectIdentifier)

Gets the foreign keys for the given entity type that point to other entity types sharing the same table-like store object.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IForeignKey> FindRowInternalForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindRowInternalForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IEntityType * StoreObjectIdentifier -> seq<Microsoft.EntityFrameworkCore.Metadata.IForeignKey>
<Extension()>
Public Function FindRowInternalForeignKeys (entityType As IEntityType, ByRef storeObject As StoreObjectIdentifier) As IEnumerable(Of IForeignKey)

Parameters

entityType
IEntityType

The entity type.

storeObject
StoreObjectIdentifier

The identifier of the store object.

Returns

Applies to

FindRowInternalForeignKeys(IEntityType, StoreObjectIdentifier)

Gets the foreign keys for the given entity type that point to other entity types sharing the same table-like store object.

[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.RelationalEntityTypeExtensions+<FindRowInternalForeignKeys>d__50))]
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IForeignKey> FindRowInternalForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.RelationalEntityTypeExtensions+<FindRowInternalForeignKeys>d__50))>]
static member FindRowInternalForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier -> seq<Microsoft.EntityFrameworkCore.Metadata.IForeignKey>
<Extension()>
Public Iterator Function FindRowInternalForeignKeys (entityType As IEntityType, storeObject As StoreObjectIdentifier) As IEnumerable(Of IForeignKey)

Parameters

entityType
IEntityType

The entity type.

storeObject
StoreObjectIdentifier

The identifier of the store object.

Returns

Attributes

Applies to

FindRowInternalForeignKeys(IMutableEntityType, StoreObjectIdentifier)

Gets the foreign keys for the given entity type that point to other entity types sharing the same table-like store object.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey> FindRowInternalForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindRowInternalForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * StoreObjectIdentifier -> seq<Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey>
<Extension()>
Public Function FindRowInternalForeignKeys (entityType As IMutableEntityType, ByRef storeObject As StoreObjectIdentifier) As IEnumerable(Of IMutableForeignKey)

Parameters

entityType
IMutableEntityType

The entity type.

storeObject
StoreObjectIdentifier

The identifier of the store object.

Returns

Applies to

FindRowInternalForeignKeys(IReadOnlyEntityType, StoreObjectIdentifier)

Gets the foreign keys for the given entity type that point to other entity types sharing the same table-like store object.

[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.RelationalEntityTypeExtensions+<FindRowInternalForeignKeys>d__57))]
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey> FindRowInternalForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.RelationalEntityTypeExtensions+<FindRowInternalForeignKeys>d__103))]
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey> FindRowInternalForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.RelationalEntityTypeExtensions+<FindRowInternalForeignKeys>d__95))]
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey> FindRowInternalForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.RelationalEntityTypeExtensions+<FindRowInternalForeignKeys>d__57))>]
static member FindRowInternalForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType * Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.RelationalEntityTypeExtensions+<FindRowInternalForeignKeys>d__103))>]
static member FindRowInternalForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType * Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.RelationalEntityTypeExtensions+<FindRowInternalForeignKeys>d__95))>]
static member FindRowInternalForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType * Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey>
<Extension()>
Public Iterator Function FindRowInternalForeignKeys (entityType As IReadOnlyEntityType, storeObject As StoreObjectIdentifier) As IEnumerable(Of IReadOnlyForeignKey)

Parameters

entityType
IReadOnlyEntityType

The entity type.

storeObject
StoreObjectIdentifier

The identifier of the store object.

Returns

Attributes

Applies to