IHostManagementAddDataAsync(ListData) Method
Adds information to the database asynchronously, if the record has key fields marked and exists then it is not recorded.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<List<Data>> AddDataAsync(
List<Data> data
)
Function AddDataAsync (
data As List(Of Data)
) As Task(Of List(Of Data))
- data ListData
- Data with the information to add.
TaskListDataList<
Data> with the information indicating the identifier assigned when recording.