RelationalStrings.NonTPHViewClash(Object, Object, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
“{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