Property IsEmpty
IsEmpty
Reports whether this query would currently select zero entities.
Declaration
public bool IsEmpty { get; }
Property Value
Type | Description |
---|---|
bool | True, if this EntityQuery matches zero existing entities. False, if it matches one or more entities. |