ReturnEmptyTable Property
Indicates whether to return an empty message or not if there is no row element in a message.
Data Type
BooleanDefault Value
trueRemarks
This property is useful in Receive Locations, which poll TSheets by regularly executing SELECT statements; for example, to check for new TSheets records. If no results are returned from a SELECT statement, the adapter returns an empty message by default:
<table><;table/>If you do not want the CData BizTalk Adapter for TSheets to return a message at all, set this property to false.
This property is not available in the Sender.