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)
Syntaxprotected override void SetParameterSize(
	DbParameter parameter,
	string parameterType,
	int sizeToSet
)
Protected Overrides Sub SetParameterSize ( 
	parameter As DbParameter,
	parameterType As String,
	sizeToSet As Integer
)
Parameters
- parameter
 - Type: System.Data.CommonDbParameter
 - parameterType
 - Type: SystemString
 - sizeToSet
 - Type: SystemInt32
 
See Also