Click or drag to resize
DBTypeDefinition.SetDBType 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: System.Int32
the DBType to set.
driverToUse
Type: SD.LLBLGen.Pro.DBDriverCore.DBDriverBase
The driver to use.
length
Type: System.Int32
The length.
precision
Type: System.Int32
The precision.
scale
Type: System.Int32
The scale.
Remarks
Overload which assumes dbType is not a UDT
See Also