Skip to content
Was this article helpful?

MSSQL_RES_TYPE_E

This object represents MSSQL Reponse Types.

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

Enumerations

ERROR

OK

RESULT_SET

Expressions

EQ ( mssql_res_type_e m)

The result is Boolean TRUE if the input argument is equal to the MSSQL Reponse Type represented by this object.

Parameters (expressions not allowed):

m - MSSQL Response type Name

Returns: bool_at

NE ( mssql_res_type_e m)

The result is Boolean TRUE if the input argument is not equal to the MSSQL Response Type represented by this object.

Parameters (expressions not allowed):

m - MSSQL Response type Name

Returns: bool_at

Was this article helpful?