Поделиться через


CoreStrings.EntityTypeNotInRelationship(Object, Object, Object) Метод

Определение

Указанный тип сущности "{entityType}" недопустим. Это должен быть тип зависимой сущности "{dependentType}", тип основной сущности "{principalType}" или тип сущности, производный от одного из них.

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

Параметры

entityType
Object
dependentType
Object
principalType
Object

Возвращаемое значение

Применяется к