ComponentOne DataObjects for .NET
Remove Method (TableCollection)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > TableCollection Class : Remove Method
The Object to remove from the collection.
Removes the first occurrence of a specific object.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal obj As Table _
) 
public void Remove( 
   Table obj
)

Parameters

obj
The Object to remove from the collection.
See Also

Reference

TableCollection Class
TableCollection Members