NETToDBTypeConversion Constructor (Type, Int32, Int32, Int32, Int32) | 
  
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic NETToDBTypeConversion(
	Type netType,
	int dbType,
	int lengthOverride,
	int precisionOverride,
	int scaleOverride
)
Public Sub New ( 
	netType As Type,
	dbType As Integer,
	lengthOverride As Integer,
	precisionOverride As Integer,
	scaleOverride As Integer
)
Parameters
- netType
 - Type: SystemType
The .NET type. - dbType
 - Type: SystemInt32
DB type - lengthOverride
 - Type: SystemInt32
The length override. Specify -1 to ignore - precisionOverride
 - Type: SystemInt32
The precision override. Specify -1 to ignore - scaleOverride
 - Type: SystemInt32
The scale override. Specify -1 to ignore 
See Also