Click or drag to resize

DbProviderFactoryInfo.SetParameterType Method

Sets the ADO.NET provider specific Enum type of the parameter, using the string presentation specified.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntax
public void SetParameterType(
	DbParameter parameter,
	string parameterType
)

Parameters

parameter
Type: System.Data.Common.DbParameter
The parameter.
parameterType
Type: System.String
Type of the parameter as string.
See Also