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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework