Updated: November 2007
For a description of this member, see Attach.
Private Sub Attach ( _ entity As Object _ ) Implements ITable.Attach
Dim instance As Table Dim entity As Object CType(instance, ITable).Attach(entity)
void ITable.Attach( Object entity )
private: virtual void Attach( Object^ entity ) sealed = ITable::Attach
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript does not support explicit interface implementations.
The entity to be attached.
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