OracleDQEConfigurationSetAlwaysChooseUnmanagedProvider Method  | 
 
            Sets the 'AlwaysUseUnmanagedProvider' flag for the DQE to the value specified.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DQE.Oracle
    Assembly:
   SD.LLBLGen.Pro.DQE.OracleODPNet (in SD.LLBLGen.Pro.DQE.OracleODPNet.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic OracleDQEConfiguration SetAlwaysChooseUnmanagedProvider(
	bool value
)
Public Function SetAlwaysChooseUnmanagedProvider ( 
	value As Boolean
) As OracleDQEConfiguration
Parameters
- value
 - Type: SystemBoolean
 
Return Value
Type: 
OracleDQEConfiguration
See Also