RelationalForeignKeyExtensions.IsRowInternal Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value indicating whether this foreign key is between two entity types sharing the same table-like store object.
public static bool IsRowInternal (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey foreignKey, Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member IsRowInternal : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey * Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier -> bool
<Extension()>
Public Function IsRowInternal (foreignKey As IReadOnlyForeignKey, storeObject As StoreObjectIdentifier) As Boolean
Parameters
- foreignKey
- IReadOnlyForeignKey
The foreign key.
- storeObject
- StoreObjectIdentifier
The identifier of the store object.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework