https://learn.microsoft.com/en-us/dotnet/api/system.collections.immutable.immutablearray-1.builder.removerange?view=net-10.0-pp
ImmutableArrayT.Builder.RemoveRange Method (System.Collections.Immutable) | Microsoft Learn
Removes the specified values from this list.
buildermethodsystemcollectionsimmutable
https://learn.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.dbcontext.removerange?view=efcore-10.0
DbContext.RemoveRange Method (Microsoft.EntityFrameworkCore) | Microsoft Learn
Begins tracking the given entity in the Deleted state such that it will be removed from the database when SaveChanges() is called.
dbcontextmethodmicrosoftentityframeworkcorelearn
https://learn.microsoft.com/en-us/dotnet/api/system.collections.immutable.immutablelist-1.builder.removerange?view=net-10.0
ImmutableListT.Builder.RemoveRange Method (System.Collections.Immutable) | Microsoft Learn
Removes any first occurrences of the specified values from this list.
buildermethodsystemcollectionsimmutable
https://javaspecialists.teachable.com/courses/1427056/lectures/32765720
20. removeRange() | JavaSpecialists
Thread-safe collections with snapshot iterators
https://learn.microsoft.com/ja-jp/dotnet/api/system.collections.generic.list-1.removerange?view=netframework-4.8.1&viewFallbackFrom=net-10.0
ListT.RemoveRange(Int32, Int32) Method (System.Collections.Generic) | Microsoft Learn
methodsystemcollectionsgenericmicrosoft
https://community.fabric.microsoft.com/t5/Power-Query/Table-ReplaceValue-Text-removeRange-for-mutiple-columns/m-p/4389649
Solved: Re: Table.ReplaceValue + Text.removeRange for muti... - Microsoft Fabric Community
Feb 3, 2025 - Yes, besides the solution reccommended by , You can also apply the loop in Power Query any time using List.Acumulate for more information, see the
microsoft fabricsolvedtabletext