Overload | Description |
---|---|
GetCount() | Gets the count of how many rows are currently in this Table. This method must be called on the MCT. Use QueuedTask.Run. |
GetCount(QueryFilter) | Gets the count of how many rows are currently in this Table that satisfy the criteria set in the queryFilter. This method must be called on the MCT. Use QueuedTask.Run. |