dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnection Class / ClientInfo Property

In This Topic
    ClientInfo Property
    In This Topic
    Gets or sets the client information for the connection.
    Syntax
    'Declaration
     
    Public Property ClientInfo As String
    public string ClientInfo {get; set;}

    Property Value

    The string, representing the client information for the connection.
    Remarks
    When you set this property, the SET_CLIENT_INFO procedure from the DBMS_APPLICATION_INFO package is called.
    See Also