Entity.Clear
Description:
Resets the field to its default value.
Resets the field to its default value.
Remarks:
The default value is zero for numeric fields, invalid value for identifiers and entities, and empty for strings and containers.
The default value is zero for numeric fields, invalid value for identifiers and entities, and empty for strings and containers.
Overloads (2):
public void Clear(
Field field
)
-
fieldThe field to clear.
-
The Field belongs to a different Schema from this Entity, or this Entity is invalid. -or- This field's subschema prevents writing.
-
A non-optional argument was null