CoreStrings.DependentEntityTypeNotInRelationship(Object, Object, Object) Yöntem

Tanım

'{dependentEntityType}' ile '{principalEntityType}' arasında bir ilişki yapılandırıyor ancak '{entityType}' üzerinde yabancı anahtar belirttiniz. Yabancı anahtar, ilişkinin bir parçası olan bir tür üzerinde tanımlanmalıdır.

public static string DependentEntityTypeNotInRelationship (object dependentEntityType, object principalEntityType, object entityType);
public static string DependentEntityTypeNotInRelationship (object? dependentEntityType, object? principalEntityType, object? entityType);
static member DependentEntityTypeNotInRelationship : obj * obj * obj -> string
Public Shared Function DependentEntityTypeNotInRelationship (dependentEntityType As Object, principalEntityType As Object, entityType As Object) As String

Parametreler

dependentEntityType
Object
principalEntityType
Object
entityType
Object

Döndürülenler

String

Şunlara uygulanır