Click or drag to resize
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)
Syntax
public void SetDBType(
	int dbType,
	DBDriverBase driverToUse,
	int length,
	int precision,
	int scale
)

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.
Remarks
Overload which assumes dbType is not a UDT
See Also