dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniConnection Class / Macros Property

In This Topic
    Macros Property
    In This Topic
    Gets collection of macros used in UniSQL statements.
    Syntax
    'Declaration
     
    Public ReadOnly Property Macros As UniMacroCollection
    public UniMacroCollection Macros {get;}

    Property Value

    UniMacroCollection that contains custom macros. Note that predefined macros are not listed in the collection.
    Remarks
    For detailed information on using macros refer to article UniSQL.
    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