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

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

    Property Value

    The string, representing the action name for the connection.
    Remarks
    When you set this property, the SET_ACTION procedure from the DBMS_APPLICATION_INFO package is called.
    See Also