CoreStrings.EntityTypeModelMismatch(Object, Object) Method

Definition

The entity types '{firstEntityType}' and '{secondEntityType}' do not belong to the same model.

public static string EntityTypeModelMismatch (object firstEntityType, object secondEntityType);
public static string EntityTypeModelMismatch (object? firstEntityType, object? secondEntityType);
static member EntityTypeModelMismatch : obj * obj -> string
Public Shared Function EntityTypeModelMismatch (firstEntityType As Object, secondEntityType As Object) As String

Parameters

firstEntityType
Object
secondEntityType
Object

Returns

Applies to