CoreStrings.DeleteBehaviorAttributeOnPrincipalProperty Method

Definition

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)

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

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