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.6.0.0 (5.6.19.0117)
Syntax public 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