| DBDriverBaseConvertDBTypeToDBNETProviderType Method  | 
 
            Converts the passed in db type to the name of the type in the .NET provider specific enum. 
            
 
    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 ConvertDBTypeToDBNETProviderType(
	int dbType
)
Public Overridable Function ConvertDBTypeToDBNETProviderType ( 
	dbType As Integer
) As String
Parameters
- dbType
 - Type: SystemInt32
Type of the db. 
Return Value
Type: 
Stringconversion result of dbtype to .NET provider specific enum value conversion
See Also