IsFieldDefName
Description
Identifies whether the EntityDef object contains a field with the specified name.
Syntax
VBScript
entitydef.IsFieldDefName
name
Perl
$entitydef->IsFieldDefName
(name);
- Identifier
- Description
- entitydef
- An EntityDef object corresponding to a record type in a schema.
- name
- A String containing the name of the field to verify.
- Return value
- True if name is the name of an actual field in the EntityDef object; otherwise False.