Table of Contents

TXDataAction.IsResultSingleObject Property

Indicates whether the service operation returns a single object.

Remarks

It is True when the operation returns an object and has no var or out parameters. In this case the object is sent as the response body itself, instead of being wrapped in a value property.

Syntax

Unit: XData.Model.Classes

property TXDataAction.IsResultSingleObject: Boolean

See also