DBDriverBaseConvertStringToDBType Method |
Converts the name specified to a DBType value.
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 int ConvertStringToDBType(
string dbTypeName
)
Public Overridable Function ConvertStringToDBType (
dbTypeName As String
) As Integer
Parameters
- dbTypeName
- Type: SystemString
Name of the db type.
Return Value
Type:
Int32the DBType value corresponding to the dbtype name specified
See Also