CoreStrings.ConflictingForeignKeyAttributes 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.
Aşırı Yüklemeler
| ConflictingForeignKeyAttributes(Object, Object) |
'{entityType}' varlık türünde aynı özellik kümesine işaret eden birden çok ForeignKeyAttributes var: '{propertyList}'. |
| ConflictingForeignKeyAttributes(Object, Object, Object) |
'{entityType}' varlık türünde aynı '{propertyList}' özellik kümesini işaret eden ve '{principalEntityType}' asıl varlık türünü hedefleyen birden çok [ForeignKey] özniteliği var. |
ConflictingForeignKeyAttributes(Object, Object)
'{entityType}' varlık türünde aynı özellik kümesine işaret eden birden çok ForeignKeyAttributes var: '{propertyList}'.
public static string ConflictingForeignKeyAttributes (object propertyList, object entityType);
static member ConflictingForeignKeyAttributes : obj * obj -> string
Public Shared Function ConflictingForeignKeyAttributes (propertyList As Object, entityType As Object) As String
Parametreler
- propertyList
- Object
- entityType
- Object
Döndürülenler
Şunlara uygulanır
ConflictingForeignKeyAttributes(Object, Object, Object)
'{entityType}' varlık türünde aynı '{propertyList}' özellik kümesini işaret eden ve '{principalEntityType}' asıl varlık türünü hedefleyen birden çok [ForeignKey] özniteliği var.
public static string ConflictingForeignKeyAttributes (object propertyList, object entityType, object principalEntityType);
public static string ConflictingForeignKeyAttributes (object? propertyList, object? entityType, object? principalEntityType);
static member ConflictingForeignKeyAttributes : obj * obj * obj -> string
Public Shared Function ConflictingForeignKeyAttributes (propertyList As Object, entityType As Object, principalEntityType As Object) As String
Parametreler
- propertyList
- Object
- entityType
- Object
- principalEntityType
- Object