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.6.0.0 (5.6.19.0117)
Syntaxpublic 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