Click or drag to resize
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
)

Parameters

dbTypeName
Type: SystemString
Name of the db type.

Return Value

Type: Int32
the DBType value corresponding to the dbtype name specified
See Also