AddField Method
Description
Adds a new CustomizationTypedField.
Syntax
Visual Basic
Public Function AddField( _
   ByVal NewFieldName As String _
) As Object
Parameters
NewFieldName
The name of a field in the entity table.
Return Type
When AddField is called, a CustomizationTypedField Object is created that links the specified field back to the customization type. After the call, the new CustomizationTypedField is in the list returned by the Fields property.
See Also