This object represents one of the MSSQL response fields datatype.
Enumerations
INTNTYPE
VARCHRTYPE
DATENTYPE
TIMENTYPE
CHRTYPE
BIGVARCHRTYPE
BIGCHRTYPE
NVARCHRTYPE
NCHRTYPE
UNKNOWN
EQ (mssql_res_field_datatype_e m)
The result is Boolean TRUE if the input argument is equal to the MSSQL fields datatype value represented by this object.
Parameters (expressions not allowed):m- MSSQL Response Field's datatype
Returns: bool_atNE (mssql_res_field_datatype_e m)
The result is Boolean TRUE if the input argument is not equal to the MSSQL field's datatype value represented by this object.
Parameters (expressions not allowed):m- MSSQL Response Field's datatype
Returns: bool_at