ModelExtensions.IsShared(IModel, Type) Método

Definição

Obtém se o tipo CLR é usado por entidades de tipo compartilhado no modelo.

[System.Diagnostics.DebuggerStepThrough]
public static bool IsShared (this Microsoft.EntityFrameworkCore.Metadata.IModel model, Type type);
[<System.Diagnostics.DebuggerStepThrough>]
static member IsShared : Microsoft.EntityFrameworkCore.Metadata.IModel * Type -> bool
<Extension()>
Public Function IsShared (model As IModel, type As Type) As Boolean

Parâmetros

model
IModel

O modelo no qual localizar o tipo de entidade.

type
Type

O tipo CLR.

Retornos

Se o tipo CLR é usado por entidades de tipo compartilhado no modelo.

Atributos

Aplica-se a