Click or drag to resize

Generator.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 specified.

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

Parameters

dbType
Type: System.Int32
Type of the db.

Return Value

Type: String

Implements

IGenerator.GetDBNETProviderTypeForDbType(Int32)
See Also