Click or drag to resize
DBDriverBaseConvertDBTypeToDBNETProviderType Method
Converts the passed in db type to the name of the type in the .NET provider specific enum.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public virtual string ConvertDBTypeToDBNETProviderType(
	int dbType
)

Parameters

dbType
Type: SystemInt32
Type of the db.

Return Value

Type: String
conversion result of dbtype to .NET provider specific enum value conversion
See Also