Condividi tramite


RuntimeModel.IReadOnlyModel.IsShared(Type) Metodo

Definizione

Ottiene un valore che indica se il tipo CLR viene usato dalle entità di tipo condiviso nel modello.

[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

Parametri

type
Type

Tipo CLR.

Restituisce

Indica se il tipo CLR viene usato dalle entità di tipo condiviso nel modello.

Implementazioni

Attributi

Si applica a