Click or drag to resize
DbSpecificCreatorBaseCreateParameterInstance Method (String)
Creates a new parameter instance.

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
protected DbParameter CreateParameterInstance(
	string parameterType
)

Parameters

parameterType
Type: SystemString
Type of the parameter.

Return Value

Type: DbParameter
ready to use parameter object
See Also