DataField Container Class

Purpose

Container class for a record's field. You can use this class to pass a field to a method. Methods that return a field return an instance of this class. Field names are case-sensitive.

 

Class Attributes

 

 

name

The name of the field.

 

 

value

The value of the field.

Example

See create() , getDataField() , and setDataField() for examples.