IHostManagementUpdateDataAsync(ListData, Boolean) Method
Update the table information asynchronously, if no key fields are defined, the record is created.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<List<Data>> UpdateDataAsync(
List<Data> data,
bool allowAdd = true
)
Function UpdateDataAsync (
data As List(Of Data),
Optional allowAdd As Boolean = true
) As Task(Of List(Of Data))
- data ListData
- List<Data> with the information to add.
- allowAdd Boolean (Optional)
- Indicates whether adding is allowed if it does not exist.
TaskListDataList<
Data>with the information indicating the identifier assigned when recording.