Compartir a través de


MutableModelExtensions.RemoveOwned(IMutableModel, Type) Método

Definición

Quita el tipo de propiedad especificado, lo que indica que cuando se detectan tipos de entidad coincidentes no se deben configurar como propiedad.

public static void RemoveOwned (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type clrType);
public static string RemoveOwned (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type type);
static member RemoveOwned : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Type -> unit
static member RemoveOwned : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Type -> string
<Extension()>
Public Sub RemoveOwned (model As IMutableModel, clrType As Type)
<Extension()>
Public Function RemoveOwned (model As IMutableModel, type As Type) As String

Parámetros

model
IMutableModel

Modelo del que se va a quitar el nombre de tipo propiedad.

clrTypetype
Type

Tipo del tipo de entidad que no debe ser propiedad.

Devoluciones

Nombre del tipo de propiedad quitado.

Se aplica a