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

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

    Property Value

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