Click or drag to resize
DbSpecificCreatorBaseCreateParameterInstance Method (Object)
Creates a new parameter instance. It sets the value but doesn't set the type so the parameter type depends on the value.

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(
	Object valueToSet
)

Parameters

valueToSet
Type: SystemObject
The value to set.

Return Value

Type: DbParameter
ready to use parameter object
See Also