Returns information on the opened dataset.
Class EasycomDataSet
Syntax
public Object GetFormatInformation(Easycom.formatInformation info)
Description
This function returns the requested information as an object, which type depends on the information being requested.
formatInformation |
Type |
Comments |
fieldCount |
Int |
The total number of fields |
fldKeyCount |
Short |
The number of fields in the key |
keyUnique |
Boolean |
True if the key is unique |
keySelOmit |
Boolean |
True if the key has a select or omit clause |
See also