Compartir a través de


RuntimeModel.IReadOnlyModel.IsShared(Type) Método

Definición

Obtiene un valor que indica si las entidades de tipo compartido usan el tipo CLR en el modelo.

[System.Diagnostics.DebuggerStepThrough]
bool IReadOnlyModel.IsShared (Type type);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel.IsShared : Type -> bool
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel.IsShared : Type -> bool
Function IsShared (type As Type) As Boolean Implements IReadOnlyModel.IsShared

Parámetros

type
Type

Tipo CLR.

Devoluciones

Si las entidades de tipo compartido usan el tipo CLR en el modelo.

Implementaciones

Atributos

Se aplica a