CoreStrings.DuplicateIndex(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.
'{duplicateEntityType}' varlık türünde aynı özelliklere sahip adsız bir dizin zaten mevcut olduğundan {indexProperties} dizini '{entityType}' varlık türüne eklenemiyor. 'OnModelCreating' dizininde dizinlerden biri için bir ad eklemeyi düşünün.
public static string DuplicateIndex (object index, object entityType, object duplicateEntityType);
public static string DuplicateIndex (object indexProperties, object entityType, object duplicateEntityType);
public static string DuplicateIndex (object? indexProperties, object? entityType, object? duplicateEntityType);
static member DuplicateIndex : obj * obj * obj -> string
static member DuplicateIndex : obj * obj * obj -> string
Public Shared Function DuplicateIndex (index As Object, entityType As Object, duplicateEntityType As Object) As String
Public Shared Function DuplicateIndex (indexProperties As Object, entityType As Object, duplicateEntityType As Object) As String
Parametreler
- indexindexProperties
- Object
- entityType
- Object
- duplicateEntityType
- Object