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
)
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