Aracılığıyla paylaş


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

Tanım

'{duplicateEntityType}' varlık türünde aynı özelliklere sahip bir anahtar zaten bulunduğundan {keyProperties} anahtarı '{entityType}' varlık türüne eklenemiyor.

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

Parametreler

keykeyProperties
Object
entityType
Object
duplicateEntityType
Object

Döndürülenler

Şunlara uygulanır