Click or drag to resize
IDbSpecificCreatorCreateParameter Method (ParameterDirection, Object)
Creates a parameter based on the direction passed in and the value passed in.

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

Parameters

direction
Type: System.DataParameterDirection
Direction for the parameter
value
Type: SystemObject
value the parameter is for.

Return Value

Type: DbParameter
Valid parameter for usage with the target database.
See Also