EntitySet<TEntity>.Insert Method (Int32, TEntity)
.NET Framework (current version)
Inserts an entity at an index position.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- index
-
Type:
System.Int32
The index representing the position at which to insert the entity.
- entity
-
Type:
TEntity
The entity to be inserted.
Implements
IList<T>.Insert(Int32, T)
.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Show: