dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniMacro Class / Name Property

In This Topic
    Name Property (UniMacro)
    In This Topic
    Gets or sets macro name.
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}

    Property Value

    Macro identifier to be used in UniSQL statements.
    Remarks

    The Name property is used to refer to this macro in UniSQL statements and other macros. If there are several macros with same name in a UniMacroCollection, 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 theName in braces {...}. When used as condition for another macro, the braces are not required.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also