ITable<TEntity>.InsertOnSubmit Method (TEntity)

 

When overridden, adds an entity in a pending insert state to this ITable<TEntity>.

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

void InsertOnSubmit(
	TEntity entity
)

Parameters

entity
Type: TEntity

The object to insert.

For more information, see InsertOnSubmit.

.NET Framework
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Return to top
Show: