| DBDriverBaseDBTypeIsNumeric Method  | 
 
            Returns true if the passed in type is a numeric type. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxpublic abstract bool DBTypeIsNumeric(
	int dbType
)
Public MustOverride Function DBTypeIsNumeric ( 
	dbType As Integer
) As Boolean
Parameters
- dbType
 - Type: SystemInt32
type to check 
Return Value
Type: 
Booleantrue if the type is a numeric type, false otherwise
See Also