Aracılığıyla paylaş


CoreStrings.DuplicateForeignKey Yöntem

Tanım

'{duplicateEntityType}' varlık türünde aynı özelliklere sahip bir yabancı anahtar zaten var olduğundan ve '{principalType}' üzerindeki {keyProperties} anahtarını hedeflediğinden , {foreignKeyProperties} yabancı anahtarı '{entityType}' varlık türüne eklenemiyor.

public static string DuplicateForeignKey(object foreignKey, object entityType, object duplicateEntityType, object key, object principalType);
public static string DuplicateForeignKey(object foreignKeyProperties, object entityType, object duplicateEntityType, object keyProperties, object principalType);
public static string DuplicateForeignKey(object? foreignKeyProperties, object? entityType, object? duplicateEntityType, object? keyProperties, object? principalType);
static member DuplicateForeignKey : obj * obj * obj * obj * obj -> string
static member DuplicateForeignKey : obj * obj * obj * obj * obj -> string
Public Shared Function DuplicateForeignKey (foreignKey As Object, entityType As Object, duplicateEntityType As Object, key As Object, principalType As Object) As String
Public Shared Function DuplicateForeignKey (foreignKeyProperties As Object, entityType As Object, duplicateEntityType As Object, keyProperties As Object, principalType As Object) As String

Parametreler

foreignKeyforeignKeyProperties
Object
entityType
Object
duplicateEntityType
Object
keykeyProperties
Object
principalType
Object

Döndürülenler

Şunlara uygulanır