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