RelationalStrings.NonTphViewClash(Object, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Both '{entityType}' and '{otherEntityType}' are mapped to the view '{view}'. All the entity types in a non-TPH hierarchy (one that doesn't have a discriminator) must be mapped to different views. See https://go.microsoft.com/fwlink/?linkid=2130430 for more information.
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
Parameters
- entityType
- Object
- otherEntityType
- Object
- view
- Object
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework