| 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.1.0.0 (5.1.0)
Syntaxpublic virtual string ConvertDBTypeToString(
	int dbType
)
Public Overridable Function ConvertDBTypeToString ( 
	dbType As Integer
) As String
Parameters
- dbType
 - Type: SystemInt32
Type of the db. 
Return Value
Type: 
Stringconversion result of the dbtype to string conversion
See Also