CoreStrings.ForeignKeyInUseSkipNavigation 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.
Cannot remove the foreign key {foreignKeyProperties} from entity type '{entityType}' because it is referenced by a skip navigation '{navigation}' on entity type '{navigationEntityType}'. All referencing skip navigations must be removed before the referenced foreign key can be removed.
public static string ForeignKeyInUseSkipNavigation (object foreigKey, object entityType, object navigation, object navigationEntityType);
public static string ForeignKeyInUseSkipNavigation (object? foreignKeyProperties, object? entityType, object? navigation, object? navigationEntityType);
static member ForeignKeyInUseSkipNavigation : obj * obj * obj * obj -> string
static member ForeignKeyInUseSkipNavigation : obj * obj * obj * obj -> string
Public Shared Function ForeignKeyInUseSkipNavigation (foreigKey As Object, entityType As Object, navigation As Object, navigationEntityType As Object) As String
Public Shared Function ForeignKeyInUseSkipNavigation (foreignKeyProperties As Object, entityType As Object, navigation As Object, navigationEntityType As Object) As String
Parameters
- foreigKeyforeignKeyProperties
- Object
- entityType
- Object
- navigation
- Object
- navigationEntityType
- 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