IHostManagementUpdateDataAsync(Data, 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<Data> UpdateDataAsync(
	Data data,
	bool allowAdd = true
)

Parameters

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

Return Value

TaskData
Data with the information indicating the identifier assigned when recording.

See Also