| DBTypeDefinitionSetDBType Method (Int32, DBDriverBase, Int32, Int32, Int32) | 
 
            Sets various type information for this typedefinition and all values related to it which are retrievable from the driver specified.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic void SetDBType(
	int dbType,
	DBDriverBase driverToUse,
	int length,
	int precision,
	int scale
)
Public Sub SetDBType ( 
	dbType As Integer,
	driverToUse As DBDriverBase,
	length As Integer,
	precision As Integer,
	scale As Integer
)
Parameters
- dbType
 - Type: SystemInt32
the DBType to set. - driverToUse
 - Type: SD.LLBLGen.Pro.DBDriverCoreDBDriverBase
The driver to use. - length
 - Type: SystemInt32
The length. - precision
 - Type: SystemInt32
The precision. - scale
 - Type: SystemInt32
The scale. 
RemarksOverload which assumes dbType is not a UDT
See Also