Overload | Description |
---|---|
Add(IEnumerable<Int64>) | Adds a list of rows by object IDs to the selection. This method must be called on the MCT. Use QueuedTask.Run. |
Add(IEnumerable<Guid>) | Adds a list of rows by global IDs to the selection. This method must be called on the MCT. Use QueuedTask.Run. |