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
)
Public Overridable Function ConvertDBTypeToDBNETProviderType (
dbType As Integer
) As String
Parameters
- dbType
- Type: SystemInt32
Type of the db.
Return Value
Type:
Stringconversion result of dbtype to .NET provider specific enum value conversion
See Also