Click or drag to resize

DbSpecificCreatorBaseCreateParameterInstance 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.9.0.0 (5.9.0)
Syntax
protected DbParameter CreateParameterInstance(
	string parameterType,
	ParameterDirection direction,
	Object value
)

Parameters

parameterType
Type: SystemString
Type of the parameter.
direction
Type: System.DataParameterDirection
The direction.
value
Type: SystemObject
The value.

Return Value

Type: DbParameter
ready to use parameter object
See Also