| DBTypeDefinitionCreate Method  | 
            Creates a new DBTypeDefinition instance with the specific data specified. 
            
 
Namespace: SD.LLBLGen.Pro.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic static DBTypeDefinition Create(
	int dbType,
	DBDriverBase driverToUse,
	int length,
	int precision,
	int scale
)
Public Shared Function Create ( 
	dbType As Integer,
	driverToUse As DBDriverBase,
	length As Integer,
	precision As Integer,
	scale As Integer
) As DBTypeDefinition
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: 
DBTypeDefinitionnew DBTypeDefinition
See Also