Delete Method (FieldCode)
In This Topic
Deletes the content from the parent
Body. If it's the only instruction in the parent complex field then the whole field will be deleted.
Syntax
'Declaration
Public Overrides Sub Delete()
public override void Delete()
See Also