Click or drag to resize
SqlServerSpecificCreatorSetParameterType Method
Sets the ADO.NET provider specific Enum type of the parameter, using the string presentation specified.

Namespace: SD.LLBLGen.Pro.DQE.SqlServer
Assembly: SD.LLBLGen.Pro.DQE.SqlServer (in SD.LLBLGen.Pro.DQE.SqlServer.dll) Version: 5.0.0.0 (5.0.0)
Syntax
protected override void SetParameterType(
	DbParameter parameter,
	string parameterType
)

Parameters

parameter
Type: System.Data.CommonDbParameter
The parameter.
parameterType
Type: SystemString
Type of the parameter as string.
See Also