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.
Changes a field by its name.
Syntax
server public static void changeFieldByName(
IdentifierName _sqlnameOld,
TableId _tabIdOld,
TableId _tabIdNew,
FieldId _fieldIdNew)
Run On
Server
Parameters
- _sqlnameOld
Type: IdentifierName Extended Data Type
The old SQL name.
- _tabIdOld
Type: TableId Extended Data Type
The old table ID.
- _tabIdNew
Type: TableId Extended Data Type
The new table ID.
- _fieldIdNew
Type: FieldId Extended Data Type
The new field ID.