Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks whether there exists specified field.
Syntax
client server public static boolean existField(
TableId _sourceTableId,
FieldName _fieldName,
SelectQuery_IN _name)
Run On
Called
Parameters
- _sourceTableId
Type: TableId Extended Data Type
The table ID of source.
- _fieldName
Type: FieldName Extended Data Type
The field name of source.
- _name
Type: SelectQuery_IN Extended Data Type
The selected query name.
Return Value
Type: boolean
true if there exists specific field; otherwise, false.