setName method of the IFieldBuilder interface
Sets the human-readable name for the field. This name corresponds to the Name property of the DataField class.
IFieldBuilder setName( String name );
Parameters
- name
- The field name.
Return values
The method returns the IFieldBuilder instance to which it belongs.
3/2/2022 12:59:15 PM