다음을 통해 공유


CoreStrings.DeleteBehaviorAttributeNotOnNavigationProperty 메서드

정의

오버로드

DeleteBehaviorAttributeNotOnNavigationProperty(Object, Object)

[DeleteBehavior] 특성은 탐색 속성에만 지정될 수 있으며 외래 키를 구성하는 속성에서는 지원되지 않습니다. '{type}에서 특성을 제거합니다. {propertyName}'.

DeleteBehaviorAttributeNotOnNavigationProperty

[DeleteBehavior] 특성은 탐색 속성에만 지정할 수 있으며 외래 키를 구성하는 속성에서는 지원되지 않습니다.

DeleteBehaviorAttributeNotOnNavigationProperty(Object, Object)

Source:
CoreStrings.Designer.cs
Source:
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

Source:
CoreStrings.Designer.cs

[DeleteBehavior] 특성은 탐색 속성에만 지정할 수 있으며 외래 키를 구성하는 속성에서는 지원되지 않습니다.

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

반환

적용 대상