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

In This Topic
    StatementConcentrator Property
    In This Topic
    Determines whether statement concentrator literals are enabled.
    Syntax
    'Declaration
     
    Public Property StatementConcentrator As String
    public string StatementConcentrator {get; set;}

    Property Value

    Can be "Off" or "Literals".
    Remarks
    If this property is not specified, the behaviour is determined by the server configuration.
    See Also