RemoveAt Method

EntitySet<TEntity>.RemoveAt Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Removes an entity at a specified index.

Namespace:  System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public void RemoveAt(
	int index
)

Parameters

index
Type: System.Int32
The index of the entity to be removed.

Implements

IList.RemoveAt(Int32)
IList<T>.RemoveAt(Int32)

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft