RemoveField Method
Description
Removes the CustomizationTypedField specified by FieldName from this type.
Syntax
Visual Basic
Public Sub RemoveField( _
   ByVal FieldName As String _
) 
Parameters
FieldName

The name of a field in the entity's table.

See Also