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


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

Определение

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

public static string EntityTypeNotInRelationshipStrict (object entityType, object dependentType, object principalType);
public static string EntityTypeNotInRelationshipStrict (object? entityType, object? dependentType, object? principalType);
static member EntityTypeNotInRelationshipStrict : obj * obj * obj -> string
Public Shared Function EntityTypeNotInRelationshipStrict (entityType As Object, dependentType As Object, principalType As Object) As String

Параметры

entityType
Object
dependentType
Object
principalType
Object

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

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