Property IsEmptyIgnoreFilter
IsEmptyIgnoreFilter
Reports whether this query would currently select zero entities. This will ignore any filters set on the EntityQuery.
Declaration
public bool IsEmptyIgnoreFilter { get; }
Property Value
Type | Description |
---|---|
bool | True, if this EntityQuery matches zero existing entities. False, if it matches one or more entities. |