| DbSpecificCreatorBaseCreateParameterInstance Method (String, Object) | 
 
            Creates a new parameter instance (with direction: input)
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxprotected DbParameter CreateParameterInstance(
	string parameterType,
	Object value
)
Protected Function CreateParameterInstance ( 
	parameterType As String,
	value As Object
) As DbParameter
Parameters
- parameterType
 - Type: SystemString
Type of the parameter. - value
 - Type: SystemObject
The value. 
Return Value
Type: 
DbParameterready to use parameter object
See Also