Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected DbParameter CreateParameterInstance(
	string parameterType,
	Object value
)

Parameters

parameterType
Type: SystemString
Type of the parameter.
value
Type: SystemObject
The value.

Return Value

Type: DbParameter
ready to use parameter object
See Also