DEFields Collection

               

A collection whose elements represent each DEField object within the DECommand object.

Note   This collection's Count property specifies the number of DEField objects in the collection.

Syntax

DEFields(index)

The index placeholder represents an integer with a range from 1 to DEFields.Count.

Remarks

The DEFields collection is used in the Data Environment Extensibility Object Model and is different from the Fields collection used at run time.

Insert the following code to access members of the DEFields collection by their individual names.

DEExt.DECommands("CustID").DEFields("CustID")