RoleManager<TRole>.SupportsQueryableRoles Propriété
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 un indicateur indiquant si le magasin de persistance sous-jacent prend en charge le retour d’une IQueryable collection de rôles.
public:
virtual property bool SupportsQueryableRoles { bool get(); };
public virtual bool SupportsQueryableRoles { get; }
member this.SupportsQueryableRoles : bool
Public Overridable ReadOnly Property SupportsQueryableRoles As Boolean
Valeur de propriété
true si le magasin de persistance sous-jacent prend en charge le retour d’une IQueryable collection de rôles, sinon false.