共用方式為


CoreStrings.DeleteBehaviorAttributeNotOnNavigationProperty 方法

定義

多載

DeleteBehaviorAttributeNotOnNavigationProperty(Object, Object)

[DeleteBehavior] 屬性只能在導覽屬性上指定,而且不支援組成外鍵的屬性。 從 '{type} 移除屬性。{propertyName}'。

DeleteBehaviorAttributeNotOnNavigationProperty

[DeleteBehavior] 屬性只能在導覽屬性上指定,而且不支援組成外鍵的屬性。

DeleteBehaviorAttributeNotOnNavigationProperty(Object, Object)

來源:
CoreStrings.Designer.cs
來源:
CoreStrings.Designer.cs

[DeleteBehavior] 屬性只能在導覽屬性上指定,而且不支援組成外鍵的屬性。 從 '{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

參數

type
Object
propertyName
Object

傳回

適用於

DeleteBehaviorAttributeNotOnNavigationProperty

來源:
CoreStrings.Designer.cs

[DeleteBehavior] 屬性只能在導覽屬性上指定,而且不支援組成外鍵的屬性。

public static string DeleteBehaviorAttributeNotOnNavigationProperty { get; }
static member DeleteBehaviorAttributeNotOnNavigationProperty : string
Public Shared ReadOnly Property DeleteBehaviorAttributeNotOnNavigationProperty As String

傳回

適用於