Share via


TableValue.RemoveAsync Method

Definition

public virtual System.Threading.Tasks.Task<Microsoft.PowerFx.Types.DValue<Microsoft.PowerFx.Types.BooleanValue>> RemoveAsync(System.Collections.Generic.IEnumerable<Microsoft.PowerFx.Types.FormulaValue> recordsToRemove, bool all, System.Threading.CancellationToken cancellationToken);
abstract member RemoveAsync : seq<Microsoft.PowerFx.Types.FormulaValue> * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerFx.Types.DValue<Microsoft.PowerFx.Types.BooleanValue>>
override this.RemoveAsync : seq<Microsoft.PowerFx.Types.FormulaValue> * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerFx.Types.DValue<Microsoft.PowerFx.Types.BooleanValue>>
Public Overridable Function RemoveAsync (recordsToRemove As IEnumerable(Of FormulaValue), all As Boolean, cancellationToken As CancellationToken) As Task(Of DValue(Of BooleanValue))

Parameters

recordsToRemove
IEnumerable<FormulaValue>
all
Boolean
cancellationToken
CancellationToken

Returns

Applies to