ComponentOne DataObjects for .NET
Add Method (DataSetDefCollection)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > DataSetDefCollection Class : Add Method
The object to be added to the end of the collection.
Adds a new element to the collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal obj As DataSetDef _
) 
public void Add( 
   DataSetDef obj
)

Parameters

obj
The object to be added to the end of the collection.
See Also

Reference

DataSetDefCollection Class
DataSetDefCollection Members