CoreStrings.DeleteBehaviorAttributeOnPrincipalProperty 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
DeleteBehaviorAttributeOnPrincipalProperty(Object, Object) |
The [DeleteBehavior] attribute may only be specified on the dependent side of the relationship. Remove the attribute from '{entityType}.{navigationName}'. |
DeleteBehaviorAttributeOnPrincipalProperty |
The [DeleteBehavior] attribute may only be specified on dependent side of the relationship. |
DeleteBehaviorAttributeOnPrincipalProperty(Object, Object)
- Source:
- CoreStrings.Designer.cs
- Source:
- CoreStrings.Designer.cs
The [DeleteBehavior] attribute may only be specified on the dependent side of the relationship. Remove the attribute from '{entityType}.{navigationName}'.
public static string DeleteBehaviorAttributeOnPrincipalProperty (object? entityType, object? navigationName);
static member DeleteBehaviorAttributeOnPrincipalProperty : obj * obj -> string
Public Shared Function DeleteBehaviorAttributeOnPrincipalProperty (entityType As Object, navigationName As Object) As String
Parameters
- entityType
- Object
- navigationName
- Object
Returns
Applies to
DeleteBehaviorAttributeOnPrincipalProperty
- Source:
- CoreStrings.Designer.cs
The [DeleteBehavior] attribute may only be specified on dependent side of the relationship.
public static string DeleteBehaviorAttributeOnPrincipalProperty { get; }
static member DeleteBehaviorAttributeOnPrincipalProperty : string
Public Shared ReadOnly Property DeleteBehaviorAttributeOnPrincipalProperty As String
Returns
Applies to
Entity Framework