Freigeben über


CollectionTableValue<T>.RemoveAsync Method

Definition

public override 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);
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 Overrides 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