Compilation variables declaration and usage in .net core

52 Views Asked by At

How to write compilation variable for oracle and oracle wallet in .Net Core?

Example:

if (oracle) 
{
oracle namespace
}
else if (oracle wallet) 
{
oracle wallet namespace
}
0

There are 0 best solutions below