Selection class.
Selection class is created from selection_id 58. It is an entity object for the selection table in the database and the objects represent full entities with both the base table objects and all related objects. Using GetFromIdxSelectionId(), it creates a new instance of the Selection object by querying the database table via the index IDXSelId. The intention is to make it easy to use efficient queries that match the database index.
Once we have created the instance, we may access the SelectionMembers property of the Selection entity, which is of Rows data type, and manipulate its content. The output produced by the above code is as follows.