TABLEVALUETYPE Data Type

The TABLEVALUETYPE data type is a flag with two values: TVT_TEXT specifies that the values of a table are expressed as text strings and TVT_TYPED specifies that the values of a table are expressed in their native data types.

4Test defines this data type as follows:

[-] type TABLEVALUETYPE is enum
	[ ] TVT_TEXT 
	[ ] TVT_TYPED