Used to refer to this macro in Unified SQL statements and other macros.
property Name: string;
Macro identifier to be used in Unified SQL statements.
The Name property is used to refer to this macro in Unified SQL statements and other macros. If there are several macros with same name in Macros of TUniConnection, the one that has valid condition is used.
When the macro is used in statements or as part of value of another macro, you should enclose the Name in braces {...}. When used as condition for another macro, the braces are not required.