Oracle® Objects for OLE Developer's Guide 11g Release 2 (11.2) for Microsoft Windows Part Number E17727-03 |
|
|
PDF · Mobi · ePub |
The OraFields
collection maintains a list of the OraField
objects. The list is not modifiable; you cannot add to or remove from this collection.
You can access the OraField
objects in this collection by creating a subscript (using ordinal integers) or by using the name the object was given at its creation. You can obtain the number of OraField
objects in the collection by using the Count
property. Referencing a subscript that is not within the collection (0
to Count-1
) results in the return of a null OraField
object.
See Also:
OraField Object