Click or drag to resize
IDataFieldCollection Properties

The IDataFieldCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of the DataField items.
Public propertyIsEmpty
Gets a value that indicate whether the current record is empty. If all of the fields of the current record are empty, the value is true.
Public propertyItem
Gets the DataField object of the specified index.
Public propertyKeyValue
Gets the value of the key field of the current record.
Top
See Also