 | SQXIsOdd Method |
Function [bit] IsOdd([sql_variant] Value)
Namespace:
sqx
Assembly:
SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntaxpublic static SqlBoolean IsOdd(
Object Value
)
Parameters
- Value
- Type: SystemObject
[sql_variant]
Return Value
Type:
SqlBoolean[bit]
RemarksSupport: SQL Data types [smallint], [int] and [bigint]. For [float], [real], [decimal] and [money] applies to floor.
See Also