TableValue.RemoveAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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