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.
    See Also