RuntimeModel.IReadOnlyModel.IsShared(Type) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur indiquant si le type CLR est utilisé par les entités de type partagé dans le modèle.
[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
Paramètres
- type
- Type
Type CLR.
Retours
Indique si le type CLR est utilisé par les entités de type partagé dans le modèle.
Implémente
- Attributs