共用方式為


RelationalStrings.NonTPHViewClash(Object, Object, Object) 方法

定義

'{entityType}' 和 '{otherEntityType}' 都對應至檢視 '{view}'。 階層中沒有鑒別子的所有實體類型都必須對應至不同的檢視。 如需相關資訊,請參閱 https://go.microsoft.com/fwlink/?linkid=2130430

public static string NonTPHViewClash (object entityType, object otherEntityType, object view);
public static string NonTPHViewClash (object? entityType, object? otherEntityType, object? view);
static member NonTPHViewClash : obj * obj * obj -> string
Public Shared Function NonTPHViewClash (entityType As Object, otherEntityType As Object, view As Object) As String

參數

entityType
Object
otherEntityType
Object
view
Object

傳回

適用於