OracleSpecificCreatorConvertParameterOutputValueToRealValueT Method (DbParameter) | 
 
            Converts the parameter output value (contained in the parameter specified) to a real value. This is necessary for example if the value 
            of the parameter is a value of a type native to an ADO.NET provider, like OracleDecimal. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.DQE.Oracle
    Assembly:
   SD.LLBLGen.Pro.DQE.OracleODPNet (in SD.LLBLGen.Pro.DQE.OracleODPNet.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
RemarksA no-op (returns parameter.Value) for most databases, not for Oracle ODP.NET
See Also