hasRowset

Description

Use the hasRowset property to indicate whether the InsertData method passes output data to Diagnostics Framework as a rowset. This property only needs to be defined for classes that use rowsets. This property takes a Boolean value:

  • True: InsertData will pass data in rowset format.

  • False: InsertData will pass data in string, number, date, or Boolean format. This is the default value.

Note:

You must use the SetProperty method to set the value of this property.

Related Topics