RoleManager<TRole>.SupportsQueryableRoles Property

Definition

Gets a flag indicating whether the underlying persistence store supports returning an IQueryable collection of roles.

public:
 virtual property bool SupportsQueryableRoles { bool get(); };
public virtual bool SupportsQueryableRoles { get; }
member this.SupportsQueryableRoles : bool
Public Overridable ReadOnly Property SupportsQueryableRoles As Boolean

Property Value

true if the underlying persistence store supports returning an IQueryable collection of roles, otherwise false.

Applies to