IHostManagementUpdateDataAsync(ListData, Boolean) Method

Update the table information asynchronously, if no key fields are defined, the record is created.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<List<Data>> UpdateDataAsync(
	List<Data> data,
	bool allowAdd = true
)

Parameters

data  ListData
List<Data> with the information to add.
allowAdd  Boolean  (Optional)
Indicates whether adding is allowed if it does not exist.

Return Value

TaskListData
List<Data>with the information indicating the identifier assigned when recording.

See Also