IHostManagementUpdateDataAsync(Data, 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<Data> UpdateDataAsync(
Data data,
bool allowAdd = true
)
Function UpdateDataAsync (
data As Data,
Optional allowAdd As Boolean = true
) As Task(Of Data)
- data Data
- Data with the information to add.
- allowAdd Boolean (Optional)
- Indicates whether adding is allowed if it does not exist.
TaskDataData with the information indicating the identifier assigned when recording.