CMDBQueryObjectSelectorStruct structure
The CMDBQueryObjectSelector
structure holds the list of attributes to retrieve from the query result.
typedef struct CMDBQueryObjectSelectorStruct
{
ARNameType alias;
ARNameList *attributes;
} CMDBQueryObjectSelectorStruct;
The CMDBQueryObjectSelectorStruct
structure consists of the following elements:
alias |
|
attributes |
The list of attributes to return for the given class referred by the alias. |
Was this page helpful? Yes No
Submitting...
Thank you
Comments