IGeneratorGetDBNETProviderTypeForDbType Method  | 
 
            Gets the provider specific net type name to be used for type enums for the dbtype specified for the database with the driverid set in this generator.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntaxstring GetDBNETProviderTypeForDbType(
	int dbType
)
Function GetDBNETProviderTypeForDbType ( 
	dbType As Integer
) As String
Parameters
- dbType
 - Type: SystemInt32
Type of the db. 
Return Value
Type: 
String
See Also