Click or drag to resize
DbSpecificCreatorBase.CreateParameterInstance Method (String, ParameterDirection, Object)
Creates a new parameter instance.

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,
	ParameterDirection direction,
	Object value
)

Parameters

parameterType
Type: System.String
Type of the parameter.
direction
Type: System.Data.ParameterDirection
The direction.
value
Type: System.Object
The value.

Return Value

Type: DbParameter
ready to use parameter object
See Also