How can i put in my C# code the settings tags. Being more specific, i need configure TNS_ADMIN dynamically in my code. I cant use the config file (app.config).
<oracle.manageddataaccess.client>
<version number="*">
<dataSources>
<dataSource alias="SampleDataSource" descriptor="(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=ORCL))) " />
</dataSources>
<settings>
<setting name="TNS_ADMIN" value="C:\Oracle\product\11.2.0\client_1\network\admin"/>
</settings>
</version>
</oracle.manageddataaccess.client>