Click or drag to resize
DBDriverBaseConvertDBTypeToString Method
Converts the db type to a string value

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 virtual string ConvertDBTypeToString(
	int dbType
)

Parameters

dbType
Type: SystemInt32
Type of the db.

Return Value

Type: String
conversion result of the dbtype to string conversion
See Also