Compartir a través de


ConventionModelExtensions.IsOwned(IConventionModel, Type) Método

Definición

Devuelve un valor que indica si los tipos de entidad que usan el tipo especificado deben configurarse como tipos propiedad cuando se detectan.

public static bool IsOwned (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model, Type clrType);
public static bool IsOwned (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model, Type type);
static member IsOwned : Microsoft.EntityFrameworkCore.Metadata.IConventionModel * Type -> bool
static member IsOwned : Microsoft.EntityFrameworkCore.Metadata.IConventionModel * Type -> bool
<Extension()>
Public Function IsOwned (model As IConventionModel, clrType As Type) As Boolean
<Extension()>
Public Function IsOwned (model As IConventionModel, type As Type) As Boolean

Parámetros

model
IConventionModel

Modelo.

clrTypetype
Type

Tipo del tipo de entidad que podría ser propiedad.

Devoluciones

true si el nombre de tipo especificado está marcado como propiedad; de lo contrario, null .

Se aplica a