Sdílet prostřednictvím


CoreStrings.DuplicateNamedIndex(Object, Object, Object, Object) Metoda

Definice

Index s názvem {indexName} definovaný ve vlastnostech {indexProperties} nelze přidat do typu entity {entityType}, protože index se stejným názvem již existuje u typu entity {duplicateEntityType}.

public static string DuplicateNamedIndex (object indexName, object indexProperties, object entityType, object duplicateEntityType);
public static string DuplicateNamedIndex (object? indexName, object? indexProperties, object? entityType, object? duplicateEntityType);
static member DuplicateNamedIndex : obj * obj * obj * obj -> string
Public Shared Function DuplicateNamedIndex (indexName As Object, indexProperties As Object, entityType As Object, duplicateEntityType As Object) As String

Parametry

indexName
Object
indexProperties
Object
entityType
Object
duplicateEntityType
Object

Návraty

Platí pro