dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2ConnectionStringBuilder Class / HostVarParameters Property

In This Topic
    HostVarParameters Property
    In This Topic
    Determines whether the support for host variables is enabled.
    Syntax
    'Declaration
     
    Public Property HostVarParameters As Boolean
    public bool HostVarParameters {get; set;}

    Property Value

    true, if the support for host variables is enabled; otherwise, false. Default value is false.
    See Also