|
IEntityQuery::Select
Description
This method returns the list of chosen entities that meet the conditions of the filter set by IEntityQuery::SetFilter. Information about entities in a list can be obtained using the ICimEntityList interface.
Syntax
EntityList = Select ( );
Return: (ICimEntityList) EntityList |
The list of chosen entities |
|