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