RelationalStrings.IncompatibleViewDerivedRelationship Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
No se puede usar la vista '{view}' para el tipo de entidad '{entityType}' ya que se usa para el tipo de entidad '{otherEntityType}' y hay una relación entre sus claves principales en las que '{entityType}' es dependiente, pero '{entityType}' tiene un tipo de entidad base asignado a una vista diferente. Asigna '{otherEntityType}' a otra vista o invierte la relación entre '{entityType}' y '{otherEntityType}'.
public static string IncompatibleViewDerivedRelationship (object view, object entityType, object otherEntityType);
public static string IncompatibleViewDerivedRelationship (object? view, object? entityType, object? otherEntityType);
static member IncompatibleViewDerivedRelationship : obj * obj * obj -> string
Public Shared Function IncompatibleViewDerivedRelationship (view As Object, entityType As Object, otherEntityType As Object) As String
Parámetros
- view
- Object
- entityType
- Object
- otherEntityType
- Object