UserManager<TUser>.SupportsQueryableUsers Property

Definition

Gets a flag indicating whether the backing user store supports returning IQueryable collections of information.

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

Property Value

true if the backing user store supports returning IQueryable collections of information, otherwise false.

Applies to