OracleSpecificCreatorSetParameterType Method  | 
 
            Sets the ADO.NET provider specific Enum type of the parameter, using the string presentation specified.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DQE.Oracle
    Assemblies:
    SD.LLBLGen.Pro.DQE.OracleMS (in SD.LLBLGen.Pro.DQE.OracleMS.dll) Version: 5.5.0.0 (5.5.18.1019)
  SD.LLBLGen.Pro.DQE.OracleODPNet (in SD.LLBLGen.Pro.DQE.OracleODPNet.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxprotected override void SetParameterType(
	DbParameter parameter,
	string parameterType
)
Protected Overrides Sub SetParameterType ( 
	parameter As DbParameter,
	parameterType As String
)
Parameters
- parameter
 - Type: System.Data.CommonDbParameter
The parameter. - parameterType
 - Type: SystemString
Type of the parameter as string. 
See Also