RoleManager<TRole>.SupportsQueryableRoles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.