Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
string GetDBNETProviderTypeForDbType(
	int dbType
)

Parameters

dbType
Type: SystemInt32
Type of the db.

Return Value

Type: String
See Also