Click or drag to resize

SpannerSpecificCreatorSetParameterSize 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.DQE.Spanner
Assembly:  SD.LLBLGen.Pro.DQE.Spanner (in SD.LLBLGen.Pro.DQE.Spanner.dll) Version: 5.7.0.0 (5.7.0)
Syntax
protected override void SetParameterSize(
	DbParameter parameter,
	string parameterType,
	int sizeToSet
)

Parameters

parameter
Type: System.Data.CommonDbParameter
parameterType
Type: SystemString
sizeToSet
Type: SystemInt32
See Also