CoreStrings.ForeignKeyWrongType(Object, Object, 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.
' {PrincipalType} ' üzerinde {keyProperties} anahtarını hedefleyen {foreignKeyProperties} yabancı anahtarı ' {entityType} ' varlık türünde ' {otherEntityType} ' varlık türünde tanımlandığından kaldırılamıyor.
public static string ForeignKeyWrongType (object foreignKey, object key, object principalType, object otherEntityType, object entityType);
public static string ForeignKeyWrongType (object foreignKeyProperties, object keyProperties, object principalType, object entityType, object otherEntityType);
public static string ForeignKeyWrongType (object? foreignKeyProperties, object? keyProperties, object? principalType, object? entityType, object? otherEntityType);
static member ForeignKeyWrongType : obj * obj * obj * obj * obj -> string
static member ForeignKeyWrongType : obj * obj * obj * obj * obj -> string
Public Shared Function ForeignKeyWrongType (foreignKey As Object, key As Object, principalType As Object, otherEntityType As Object, entityType As Object) As String
Public Shared Function ForeignKeyWrongType (foreignKeyProperties As Object, keyProperties As Object, principalType As Object, entityType As Object, otherEntityType As Object) As String
Parametreler
- foreignKeyforeignKeyProperties
- Object
- keykeyProperties
- Object
- principalType
- Object
- otherEntityTypeentityType
- Object
- entityTypeotherEntityType
- Object