Click or drag to resize
DBTypeDefinitionCreate Method
Creates a new DBTypeDefinition instance with the specific data 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 static DBTypeDefinition Create(
	int dbType,
	DBDriverBase driverToUse,
	int length,
	int precision,
	int scale
)

Parameters

dbType
Type: SystemInt32
Type of the db.
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.

Return Value

Type: DBTypeDefinition
new DBTypeDefinition
See Also