CoreStrings.DeleteBehaviorAttributeNotOnNavigationProperty 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.
Overloads
DeleteBehaviorAttributeNotOnNavigationProperty(Object, Object) |
The [DeleteBehavior] attribute may only be specified on navigation properties, and is not supported on properties making up the foreign key. Remove the attribute from '{type}.{propertyName}'. |
DeleteBehaviorAttributeNotOnNavigationProperty |
The [DeleteBehavior] attribute may only be specified on navigation properties, and is not supported not on properties making up the foreign key. |
DeleteBehaviorAttributeNotOnNavigationProperty(Object, Object)
The [DeleteBehavior] attribute may only be specified on navigation properties, and is not supported on properties making up the foreign key. Remove the attribute from '{type}.{propertyName}'.
public static string DeleteBehaviorAttributeNotOnNavigationProperty (object? type, object? propertyName);
static member DeleteBehaviorAttributeNotOnNavigationProperty : obj * obj -> string
Public Shared Function DeleteBehaviorAttributeNotOnNavigationProperty (type As Object, propertyName As Object) As String
Parameters
- type
- Object
- propertyName
- Object
Returns
Applies to
DeleteBehaviorAttributeNotOnNavigationProperty
The [DeleteBehavior] attribute may only be specified on navigation properties, and is not supported not on properties making up the foreign key.
public static string DeleteBehaviorAttributeNotOnNavigationProperty { get; }
static member DeleteBehaviorAttributeNotOnNavigationProperty : string
Public Shared ReadOnly Property DeleteBehaviorAttributeNotOnNavigationProperty As String
Returns
Applies to
Entity Framework