IHostManagementAddDataAsync(Data) 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<Data> AddDataAsync(
Data data
)
Function AddDataAsync (
data As Data
) As Task(Of Data)
- data Data
- Data with the information to add.
TaskDataData with the information indicating the identifier assigned when recording.