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

In This Topic
    ProgramId Property
    In This Topic
    Sets a user-defined character string, that associates an application with a connection.
    Syntax
    'Declaration
     
    Public Property ProgramId As String
    public string ProgramId {get; set;}

    Property Value

    User-defined character string, that associates an application with a connection.
    Remarks
    DB2® for z/OS® or IBM® Informix® database server associates the value of this property with any statements that are inserted into the dynamic SQL statement cache. The string can be of up to 80 bytes.
    See Also