IHostManagementAddDataAsync(ListData) Method

Adds information to the database asynchronously, if the record has key fields marked and exists then it is not recorded.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<List<Data>> AddDataAsync(
	List<Data> data
)

Parameters

data  ListData
Data with the information to add.

Return Value

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

See Also