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

ModuleName Property
Gets or sets the module name for the connection.
Syntax
'Declaration
 
Public Property ModuleName As String
 

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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also