Click or drag to resize

DBDriverBase.ConvertDBTypeToDBNETProviderType 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.11.0.0 (5.11.23.1114)
Syntax
public virtual string ConvertDBTypeToDBNETProviderType(
	int dbType
)

Parameters

dbType
Type: System.Int32
Type of the db.

Return Value

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