Click or drag to resize

SpannerSpecificCreator.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.DQE.Spanner
Assembly:  SD.LLBLGen.Pro.DQE.Spanner (in SD.LLBLGen.Pro.DQE.Spanner.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
protected override 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