Table of Contents

TXDataServer.UnknownMemberHandling Property

Gets or sets how the server behaves when the JSON received from the client contains a property that is not known for that request.

Remarks

Defaults to Ignore, which discards the unknown property and processes the request.

Syntax

Unit: XData.Comp.Server

property TXDataServer.UnknownMemberHandling: TUnknownMemberHandling

See also