Click or drag to resize

DbSpecificCreatorBase.SetParameterSize Method

Sets the size property in the parameter. This is done in this method as some ADO.NET providers have restrictions on which parameters should have the size property set.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
protected virtual void SetParameterSize(
	DbParameter parameter,
	string parameterType,
	int sizeToSet
)

Parameters

parameter
Type: System.Data.Common.DbParameter
parameterType
Type: System.String
sizeToSet
Type: System.Int32
See Also