DbSpecificCreatorBaseCreateParameterInstance Method (String, ParameterDirection, Object) |
Creates a new parameter instance.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax protected DbParameter CreateParameterInstance(
string parameterType,
ParameterDirection direction,
Object value
)
Protected Function CreateParameterInstance (
parameterType As String,
direction As ParameterDirection,
value As Object
) As DbParameter
Parameters
- parameterType
- Type: SystemString
Type of the parameter. - direction
- Type: System.DataParameterDirection
The direction. - value
- Type: SystemObject
The value.
Return Value
Type:
DbParameterready to use parameter object
See Also