Updated: November 2007
For a description of this member, see InsertAllOnSubmit.
Private Sub InsertAllOnSubmit ( _ entities As IEnumerable _ ) Implements ITable.InsertAllOnSubmit
Dim instance As Table Dim entities As IEnumerable CType(instance, ITable).InsertAllOnSubmit(entities)
void ITable.InsertAllOnSubmit( IEnumerable entities )
private: virtual void InsertAllOnSubmit( IEnumerable^ entities ) sealed = ITable::InsertAllOnSubmit
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript does not support explicit interface implementations.
The collection of entities.
This member is an explicit interface member implementation. It can be used only when the Table<(Of <(TEntity>)>) instance is cast to an ITable interface.
Windows Vista, Windows XP SP2, Windows Server 2003