dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniMacro Class / UniMacro Constructor / UniMacro Constructor(String,String,String)
Name of the macro.
Value of the macro.
Condition of the macro.

In This Topic
    UniMacro Constructor(String,String,String)
    In This Topic
    Initializes a new instance of the UniMacro class with given name, value and condition.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal macroName As String, _
       ByVal value As String, _
       ByVal condition As String _
    )
    public UniMacro( 
       string macroName,
       string value,
       string condition
    )

    Parameters

    macroName
    Name of the macro.
    value
    Value of the macro.
    condition
    Condition of the macro.
    See Also