When you use non-generic queries, the name of the query method determines the result record type.

Records Returned by Non-Generic Queries

The following are examples of records returned by non-generic queries.

  • queryVmRecords returns records of type VclQueryResultVMRecord.
  • queryvAppRecords returns records of type VclQueryResultVAppRecord.

Enumeration Types for Query Filter Creation

The following are examples of enumeration types that should be used when creating a query filter.

  • queryVmRecords accepts fields of type VclQueryVMField.
  • queryvAppRecords accepts fields of type VclQueryVAppField.