FdoParameterValueCollection Class Reference

The FdoParameterValueCollection class represents a collection of FdoParameterValue objects. More...

#include <ParameterValueCollection.h>

Inherits FdoCollection< FdoParameterValue, FdoCommandException >.

List of all members.


Public Member Functions

FDO_API FdoParameterValueFindItem (FdoString *name)
 Gets the item in the collection with the specified name. Returns NULL if an item with the specified name does not exist in the collection.
FDO_API FdoParameterValueGetItem (FdoInt32 index)
 Gets the item in the collection at the specified index. Throws an invalid argument exception if the index is out of range.
FDO_API FdoParameterValueGetItem (FdoString *name)
 Gets the item in the collection with the specified name. Throws an invalid argument exception if an item with the specified name does not exist in the collection.

Static Public Member Functions

static FDO_API
FdoParameterValueCollection
Create ()
 Constructs a default empty instance of an FdoParameterValueCollection.

Detailed Description

The FdoParameterValueCollection class represents a collection of FdoParameterValue objects.

Definition at line 32 of file ParameterValueCollection.h.


The documentation for this class was generated from the following file: