CoreStrings.DependentEntityTypeNotInRelationship(Object, Object, Object) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
'{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