ClientInfo

This property specifies the client information for the connection.

Declaration

// C#
public string ClientInfo {set;}

Property Value

The string to be used as the client information.

Remarks

The default value is null.

Using the ClientInfo property allows the application to set the client information in the application context for a given OracleConnection object.

The ClientInfo property is reset to null when the Close or Dispose method is called on the OracleConnection object.