ComponentOne DataObjects for .NET
Remove Method (DataSetDefCollection)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > DataSetDefCollection 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 DataSetDef _
) 
public void Remove( 
   DataSetDef obj
)

Parameters

obj
The Object to remove from the collection.
See Also

Reference

DataSetDefCollection Class
DataSetDefCollection Members