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.12.0.0 (5.12.0)
SyntaxDbParameter CreateParameter(
	ParameterDirection direction,
	Object value
)
Function CreateParameter ( 
	direction As ParameterDirection,
	value As Object
) As DbParameter
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