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

Tanım

'{property}' özelliği '{foreignKeyType}' üzerinde {foreignKeyProperties} yabancı anahtarında kullanılan '{entityType}' varlık türünden kaldırılamıyor. Özelliğin kaldırılamadan önce yabancı anahtar içeren tüm anahtarların kaldırılması veya yeniden tanımlanmamış olması gerekir.

public static string PropertyInUseForeignKey (object property, object entityType, object foreignKey, object foreignKeyType);
public static string PropertyInUseForeignKey (object property, object entityType, object foreignKeyProperties, object foreignKeyType);
public static string PropertyInUseForeignKey (object? property, object? entityType, object? foreignKeyProperties, object? foreignKeyType);
static member PropertyInUseForeignKey : obj * obj * obj * obj -> string
static member PropertyInUseForeignKey : obj * obj * obj * obj -> string
Public Shared Function PropertyInUseForeignKey (property As Object, entityType As Object, foreignKey As Object, foreignKeyType As Object) As String
Public Shared Function PropertyInUseForeignKey (property As Object, entityType As Object, foreignKeyProperties As Object, foreignKeyType As Object) As String

Parametreler

property
Object
entityType
Object
foreignKeyforeignKeyProperties
Object
foreignKeyType
Object

Döndürülenler

String

Şunlara uygulanır