IHostManagementUpdateDataConditionedAsync Method

Updates the information in the fields of a table based on a condition asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<int> UpdateDataConditionedAsync(
	UpdateDataConditioned data
)

Parameters

data  UpdateDataConditioned
UpdateDataConditioned with the data to update.

Return Value

TaskInt32
Int32 with the number of records affected.

See Also