DataFieldInfo constructor
Initializes a new instance of the DataFieldInfo class.
public DataScheme(
String id,
String name,
DataFieldInfo[] fields
)
Parameters
- id
- Internal field identifier.
- name
- A human-readable data field name. May be null.
- fields
- Field components represented by an array of the DataFieldInfo objects. If the field has only one component, this array contains one element. May be null, if the field is not compound.
3/2/2022 12:59:15 PM