| IRecordAddField Method |
Adds a user defined field to the list of detected fields.
Namespace:
Opait.ReportMiner.Api
Assembly:
Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax void AddField(
string name,
string text,
DataType type
)
Parameters
- name
- Type: SystemString
The name of the field. - text
- Type: SystemString
The text value of the field. - type
- Type: Opait.ApiDataType
The data type of the field value.
See Also