CoreStrings.EntityTypeNotInRelationship(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.
Belirtilen ' {entityType} ' varlık türü geçersiz. ' {DependentType} ' bağımlı varlık türü, ' {principalType} ' sorumlu varlık türü veya bunlardan birinden türetilmiş bir varlık türü olmalıdır.
public static string EntityTypeNotInRelationship (object entityType, object dependentType, object principalType);
public static string EntityTypeNotInRelationship (object? entityType, object? dependentType, object? principalType);
static member EntityTypeNotInRelationship : obj * obj * obj -> string
Public Shared Function EntityTypeNotInRelationship (entityType As Object, dependentType As Object, principalType As Object) As String
Parametreler
- entityType
- Object
- dependentType
- Object
- principalType
- Object