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

On this page
    HostVarParameters Property
    On this page
    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