Click or drag to resize
DbSpecificCreatorBaseCreateParameter 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
public DbParameter CreateParameter(
	ParameterDirection direction,
	Object valueToSet
)

Parameters

direction
Type: System.DataParameterDirection
Direction for the parameter
valueToSet
Type: SystemObject
The value to set.

Return Value

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

Implements

IDbSpecificCreatorCreateParameter(ParameterDirection, Object)
See Also