Tamino API for .NET

TaminoDataAdapter.SingleItemUpdates Property

Gets or sets a value that indicates whether each single item should be updated individually or whether one collective update command should be used for ALL items to be updated.

[Visual Basic]
Public Property SingleItemUpdates As Boolean
[C#]
public bool SingleItemUpdates {get; set;}

Remarks

The default value is true.

The value true allows for more extensive control of the single command execution via the calling application.

The value false minimizes the number of roundtrips to the Tamino server.

See Also

TaminoDataAdapter Class | TaminoDataAdapter Members | SoftwareAG.Tamino.Api.DataAdapter Namespace