FDO API Reference | Feature Data Objects |
#include <ArgumentDefinitionCollection.h>
Inherits FdoCollection< FdoArgumentDefinition, FdoConnectionException >.
Inheritance diagram for FdoArgumentDefinitionCollection:
Definition at line 32 of file ArgumentDefinitionCollection.h.
Static Public Member Functions | |
FDO_API FdoArgumentDefinitionCollection * | Create (FdoArgumentDefinition **arguments, FdoInt32 length) |
Constructs an FdoArgumentDefinitionCollection from an array of FdoArgumentDefinition objects. | |
FDO_API FdoArgumentDefinitionCollection * | Create () |
Constructs a default empty instance of an FdoArgumentDefinitionCollection. | |
Protected Member Functions | |
virtual void | Dispose () |
Dispose this object. |
|
Constructs an FdoArgumentDefinitionCollection from an array of FdoArgumentDefinition objects.
|
|
Constructs a default empty instance of an FdoArgumentDefinitionCollection.
|
|
Dispose this object.
Implements FdoIDisposable. |
Comments or suggestions? Send us feedback. |