Click or drag to resize
GeneratorGetDBNETProviderTypeForDbType Method
Gets the provider specific net type name to be used for type enums for the dbtype specified for the database with the driverid specified.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public string GetDBNETProviderTypeForDbType(
	int dbType
)

Parameters

dbType
Type: SystemInt32
Type of the db.

Return Value

Type: String

Implements

IGeneratorGetDBNETProviderTypeForDbType(Int32)
See Also