Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public abstract bool DBTypeIsNumeric(
	int dbType
)

Parameters

dbType
Type: SystemInt32
type to check

Return Value

Type: Boolean
true if the type is a numeric type, false otherwise
See Also