ADC Advanced Policy Expressions

MSSQL_RES_FIELD_DATATYPE_E


This object represents one of the MSSQL response fields datatype.

Enumerations

INTNTYPE

VARCHRTYPE

DATENTYPE

TIMENTYPE

CHRTYPE

BIGVARCHRTYPE

BIGCHRTYPE

NVARCHRTYPE

NCHRTYPE

UNKNOWN

This topic lists the expressions that are provided by this class.

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_at

NE (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

MSSQL_RES_FIELD_DATATYPE_E

In this article