6.4.5.2 ClientId
This property specifies the client identifier for the connection.
Declaration
// C# public string ClientId {set;}
Property Value
The string to be used as the client identifier.
Remarks
The default value is null
.
Using the ClientId
property allows the application to set the client identifier in the application context for a given OracleConnection
object.
Setting ClientId
to null
resets the client identifier for the connection. ClientId
is set to null
when the Close
or Dispose
method is called on the OracleConnection
object.