 |
|
|
|
|
mezList Class
The mezList class is used as a container for mezObjects
within a mezProperty
object. The mezProperty object that contains a list of objects is created
by calling the Expand()
method for the mezProperty object, which generates a mezList object and
then populates it with child mezObjects.
Methods
GetListPropInfo
|
returns basic
information about all of the properties contained in the mezObjects
within the mezList
|
GetRowObject
|
returns
a single mezObject contained in the mezList
|
Properties
bMoreAvailable
|
indicates there are more objects in the query result, than in
the mezList object
|
iListPropCount
|
total number of properties across all
objects contained in the mezList object
|
lListRows
|
total number of objects contained in
the mezList object
|
|