Structure.removeField
void removeField(string fieldname)Removes the field with the given name. If the field with the given name does not exist, the structure is unchanged.
Parameters
fieldname | the name of the field to remove |
void removeField(string fieldname)Removes the field with the given name. If the field with the given name does not exist, the structure is unchanged.
fieldname | the name of the field to remove |