DBDriverBaseGetDbTypeAsEnumStringValue Method |
Gets the string value of the db type passed in, from the Enum specification used in this driver for type specification
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 abstract string GetDbTypeAsEnumStringValue(
int dbType
)
Public MustOverride Function GetDbTypeAsEnumStringValue (
dbType As Integer
) As String
Parameters
- dbType
- Type: SystemInt32
The db type value.
Return Value
Type:
Stringstring representation of the dbType specified when seen as a value in the type enum used by this driver to specify types.
See Also