Click or drag to resize

IGenerator.GetDBNETProviderTypeForDbType 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.12.0.0 (5.12.0)
Syntax
string GetDBNETProviderTypeForDbType(
	int dbType
)

Parameters

dbType
Type: System.Int32
Type of the db.

Return Value

Type: String
See Also